Hello, I have a problem with an image upload script.
I am using php to upload an jpg image to a web server. On the server the image is not touched by any kind of manipulating script.
I use move_uploaded_file() and copy() to change the name of the image.
Now when I upload an image from my PC everything is fine.
When somebody uploads the image from a different PC the image is getting blurred.
We are both using windows.
The changes in the images are considerably and I dont know why this happens.
Any help is highly appreciated
I am using php to upload an jpg image to a web server. On the server the image is not touched by any kind of manipulating script.
I use move_uploaded_file() and copy() to change the name of the image.
Now when I upload an image from my PC everything is fine.
When somebody uploads the image from a different PC the image is getting blurred.
We are both using windows.
The changes in the images are considerably and I dont know why this happens.
Any help is highly appreciated