Re: [PHP] Image upload not working correctly

2004-10-14 Thread Jason Wong
Please do not top-post. On Thursday 14 October 2004 23:52, Dave Grant wrote: > Thanks for the reponse. Yes, the destination paths look fine and the PHP > error log displays no errors. Any other ideas? move_uploaded_file() _will_ spit out an error if there are any problems. So if you're _positi

Re: [PHP] Image upload not working correctly

2004-10-14 Thread Dave Grant
Just to clarify, everything looks like it works fine except for moving the images to the destination path. The images upload, the server recognizes them, but they don't get moved to the destination path. Thanks. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Th

Re: [PHP] Image upload not working correctly

2004-10-14 Thread Dave Grant
Thanks for the reponse. Yes, the destination paths look fine and the PHP error log displays no errors. Any other ideas? Thanks. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thursday 14 October 2004 02:40, Dave Grant wrote: > >> echo "Thumb image uploaded to "

Re: [PHP] Image upload not working correctly

2004-10-13 Thread Jason Wong
On Thursday 14 October 2004 02:40, Dave Grant wrote: > echo "Thumb image uploaded to ".$thumbPath."\n"; > echo "Full image uploaded to ".$fullPath."\n"; Do these look OK? > Everything works fine, except that the images are simply not there when we > go look for them. The best explanation I can