Hello,
I am running into the following problem:
I'm using PHP/ImageMagick to upload files to the server, resize, and rename them.
The files are then referenced and appear normally on Mac and on UNIX. Using PC browsers, though, the explorer globe just spins and a properties on the image (or where the image should be) reveals the following:
File name: correct file name
File Size: -1 bytes
Type: blank (not JPEG as usual)
Dimensions: correct
What would cause IE on PC to display the file size of a JPEG as -1 bytes? (especially a file that opens fine in all mac browsers, photoshop, etc.)
Thanks,
Ezra