Page 1 of 1

file uploading on linux through php error. 8O

Posted: Fri Oct 11, 2002 3:57 am
by beginner1
hi,
I'm encoutring a problem when tring to upload a file on to linux through php. All other things are working properly instead when i try to use
<form action="file-upload.php" method="post" enctype="multipart/form-data">
the form goes to action but not submit data. If i remove it its OK. Please someone tell me about the problem. i think its php configuration problem but i can't solve it .
Plz. 8O

Posted: Fri Oct 11, 2002 5:54 am
by twigletmac
Check your php.ini or run a file with

Code: Select all

&lt;?php phpinfo(); ?&gt;
in it and check whether file uploads is enabled.

Mac

Posted: Fri Oct 11, 2002 5:57 am
by twigletmac
Please do not cross-post (ie. post the same question in more than one forum). I have deleted the additional post.

Mac