enctype="multipart/form-data" not working
Posted: Sat Aug 30, 2008 1:13 am
Hello Everyone,
Knowingly that this topic may not be proper here, but I have posted this in phpCode topic..
I have problem with enctype="multipart/form-data" .
If I remove this line,form submits well,but with 'enctype="multipart/form-data" ' it doesn't.
is there any server issue ??help me .
System I am working on php5,linux.
<form id="admin_edit_form" name="admin_edit_form" method="post" enctype="multipart/form-data" action="/mc/testPage">
But On my localhost(windows/php5) it works fine but on server it doesn't
.
Knowingly that this topic may not be proper here, but I have posted this in phpCode topic..
I have problem with enctype="multipart/form-data" .
If I remove this line,form submits well,but with 'enctype="multipart/form-data" ' it doesn't.
is there any server issue ??help me .
System I am working on php5,linux.
<form id="admin_edit_form" name="admin_edit_form" method="post" enctype="multipart/form-data" action="/mc/testPage">
But On my localhost(windows/php5) it works fine but on server it doesn't