"Jason Rennie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> It appears when i try to upload a file in a form, and pass it to php, it
> never arrives.
>
> I'm doing a POST from a  form, and i all but copied the example straight
> from the php manual on file uploading.
>
> But the $HTTP_POST_FILES[] array is never set, and is_uploaded_file always
> returns false.
>
> Has anybopdy else had a problem like this ???
>
> I really am stumped here.
>
> Could i have perhaps compiled php incorrectly ? Turning off a needed
> switch perhaps ?
>
> Jason
>


Check your php.ini file to see if "file_uploads = on" - it is often turned
off for security.

Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to