Hi,

I am very new to PHP, but it looks like it can do quite a bit.  I am
impressed by the number of array functions there are.

I have a question.  I am trying to create a php program that will allow for
multiple file uploads.  I already have the HTML working for
enctype="multipart/form-data".  I can upload 5 files at a time now.  

The problem is, I have to click "Browse" for each file.  

I want to be able to access the functionality to allow for Shift-Click
series picker that everyone probably knows about.  I need to be able to
slurp in 514 files at a time into an array, then parse the array in a for
loop.

Are there any PHP functions that will do that?

The way I understand it right now, HTML actually creates the browse button
which allows me to grab the file with the <INPUT type=file...> tag.  But
that is only for 1 file.

Anyway, if anyone could help me, I would appreciate it.  If there is a HTML
tag I don't know about that accomplishes the same, please let me know.

Thank you,

Mark Allred
[EMAIL PROTECTED]


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

Reply via email to