I've written a simple script to upload images to the server. It works for small images, but the larger the images get the worse the images look after they have been uploaded to the server. The images on the server are the same size as the images on the client machine, but when I ftp a second copy of the image to the server (using CuteFTP) and do a diff, it says the images are different, although their sizes are the exact same. Does anyone know why the uploaded images (using the PHP copy) keep coming out different from the originals? Are they being uploaded as ascii rather than binary? Is there anyway to correct this problem? I even changed servers to see if the problem was the server, but I still get the same results. Any help would be greatly appreciated.
Thanks,
Michael.....