Don't get mistaken. Sure it is possible:

<input type="file" name="file[]">
<input type="file" name="file[]">
<input type="file" name="file[]">

this will give you $_FILES['file']['name'][0],$_FILES['file']['name'][1],$_FILES['file']['name'][2],
the same for [type],[tmp_name] and [size]


Funk-XL wrote:

Hi All,

Is it posible to do multiple file upload without selecting each file manual
in multiple form fields?

Rob





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to