Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i allow the user to select more than one file for upload?

Tags:

html

gmail

upload

Gmail just released an update to their interface allowing the user to select more than one file for upload by using the CTRL-button. How do they do that? You can read about the new feature and see a screen shot here:

http://gmailblog.blogspot.com/2009/02/updates-to-attachments-multi-select-and.html

like image 937
Espo Avatar asked Mar 01 '23 23:03

Espo


1 Answers

You will need to find flash-based sollution, like Google did with Gmail. You can try this jQuery plugin that offers exactly that: jQuery File Upload Plugin

like image 158
Stiropor Avatar answered Mar 03 '23 13:03

Stiropor