|  | Posted by Acrobatic on 05/21/07 23:26 
I considered that but it renames it to the unix filename in my var/temp directory, something like PHPv5jalL. So, I don't think any spaces
 or invalid characters are messing me up there because PHP renames it
 for me.
 
 On May 21, 5:56 pm, Schraalhans Keukenmeester <inva...@invalid.spam>
 wrote:
 > At Mon, 21 May 2007 15:27:18 -0700, Acrobatic let his monkeys type:
 >
 > > 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?
 >
 > Are you sure there are no spaces in the original filename? The user notes
 > in the manual mention issues with spaces in filenames used with
 > getimagesize(). Perhaps one of the other chars in your filename has the
 > same effect?
 >
 > Sh.
  Navigation: [Reply to this message] |