i searched again and again but could not find the right answer. here is the situation. i got more than one forms in the same php file and below shows the code.
when i ec
Try looking at the entire array with this:
echo "".print_r($_FILES,true)."";
".print_r($_FILES,true)."
Then use this manual page to let you know what the error numbers mean. That will probably give you a good idea of what is going on.
PHP File Upload Error Codes