Check for the following in /etc/php.ini:
file_uploads = On
Amit wrote:
> Hi everybody,
> I am facing a problem of posting data from one for to another.
> My form facilitates files uploads and i am using following code, as i
> have done the same 100's of times before.
>
> "<form name="FORM_1" action="/wizard/submit.php" method="post"
> enctype="multipart/form-data">
>
> Rest assured, there is a proper closing form tag and no nested forms
> inside.
>
> To my surprise, whatever is there in this form, just doesnt get
> "POSTED" to destination form.Though data is posted if GET method is
> used. I am using PHP 4.1.2 on Linux 7.3.Is this a problem of PHP 4.1.2
> when has a "enctype="multipart/form-data" and submit method as POST ?
>
> Can anyone help ?