views:

570

answers:

3

In gmail,I can select several files at one time,

How to implement it?

+2  A: 

You can only select 1 file per <input type="file" />. If you want to send multiple files you will have to use multiple input tags or use Flash or Silverlight.

ZippyV
Have you tried gmail?It has this feature!
Mask
Gmail uses Flash to do this
Fabien Ménager
Can you provide a working demo?
Mask
http://www.uploadify.com/demo/
ZippyV
+1  A: 

You can't do this with simple HTML/JS, you must use a Flash plugin or Java

Fabien Ménager
A: 

Hi Guys, Am looking for the same

In gmail,We can select several files at one time( i mean using ctrl key i can choose multiple files) Any idea how to implement it using javscript and html?