|
Posted by Acrobatic on 05/21/07 22:27
I'm having troubles uploading an image and getting data from
getimagesize().
When I upload a file with the name "20050914_loRes_XLH1.jpg", and do a
getimagesize on it, it returns no info (null and empty). However, if I
change the filename to something like "camera.jpg" and upload it,
getimagesize() works perfectly, and I can print_r the array of data.
PHP is uploading the files to my /var/temp directory just fine. Also,
I have all errors turned on, and nothing looks out of place. Any ideas
why changing the file name would let this work?
[Back to original message]
|