Lowell Allen wrote:


Try using $HTTP_POST_FILES['uploadedFile']['name'] instead. I wasted a bunch of time yesterday with an upload script that did not recognize files when using "$_FILES", but worked fine with "$HTTP_POST_FILES" -- PHP 4.3.4 on Linux.

Thank you for the suggestion. Unfortunately, it didn't resolve the issue. Still getting the warning AND the rename function works. Odd indeed...

Thanks,
Roger

Reply via email to