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.