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