select and upload multiple files from one form?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xyking
Forum Newbie
Posts: 1
Joined: Mon May 26, 2003 4:15 am

select and upload multiple files from one form?

Post by xyking »

Is it possible to select and upload multiple files from one form. Or upload a folder (that would be the same...)? If it's possible, can you direct me to a script that I can use

Thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you might add multiple <input type="file" ...> elements to the form
Post Reply