Uploading multiple files

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
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Uploading multiple files

Post by Mr Tech »

Is it possible to upload multiple files (using php) without having to have more then one browse button of the page?

Can you make multiple selections from the one browse button or is there other programs out there that would assist?

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

No.

You can use Javascript to hide, then create a new one it its place however. However this will not work for those with Javascript disabled. So also having a way of attaching more files for those users is also important.
Post Reply