Help with multiple file upload script

A

Anonymous

Guest
after you upload the multiple files
try printing this
Code:
<pre>
<?php
print_r($_FILES);
?>
see if all the files are there in the array
 
Back
Top