PDA

View Full Version : Multiple File Upload



mitt
11-07-2003, 11:27 AM
Hi all, I'm trying to develop an online content management interface. What I need is something to allow me to upload multiple files. I would like to be able to either select a directory and have all contents uploaded or be able to select multiple files in the browse for file window. I have used the html form tag file type and it will only allow one file in the field. I know you can make more than one field but I am trying to avoid doing that. I don't really care what language the script is in as I am flexable. Any ideas or suggestions?

paulhiles
11-08-2003, 05:59 AM
Hi mitt,

I don't know whether you're familiar with PHP or not, but you could try looking at these links (http://webproworld.com/viewtopic.php?p=25716#25716) I posted a while back... September 28th in fact! Time flies when you're having fun! :c)

Paul

redcircle
11-08-2003, 07:34 PM
It's not possible to do without either adding more than one file tag or using some type of client/server model language.

AlexBel
11-08-2003, 08:53 PM
You can use Perl or PHP, you can't avoid it. You will find free code and you will use its.