vote up 0 vote down star
1

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

How to implement it?

flag

49% accept rate
It's about javascript and html – Mask Oct 20 at 8:47
Do you mean upload multiple files in one go (when you select one at a time and then click upload)? Or do you mean using ctrl+click to select several files in one browser window? – cletus Oct 20 at 9:04

2 Answers

vote up 2 vote down check

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.

link|flag
Have you tried gmail?It has this feature! – Mask Oct 20 at 8:51
2  
Gmail uses Flash to do this – Fabien Ménager Oct 20 at 8:52
Can you provide a working demo? – Mask Oct 20 at 8:58
uploadify.com/demo – ZippyV Oct 20 at 9:00
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.