multipul file select

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
dgkindy
Forum Newbie
Posts: 15
Joined: Tue Sep 22, 2009 8:53 pm

multipul file select

Post by dgkindy »

I want users to be able to select several files at once or a directory that contains several files to be uploaded. Is this possible using PHP?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: multipul file select

Post by requinix »

In the same dialog, no. You can have a form with multiple file upload boxes.
Post Reply