| Author |
Multiple File Selector
|
Praful Thakare
Ranch Hand
Joined: Feb 10, 2001
Posts: 613
|
|
Hi, I have written Jquery code to upload file using ajax, but when click on browser button provided by <input type="file"> i can select only one file. Is there a way to select multiple files on SINGLE click of browse button ? will be great if Jquery solution. -p
|
All desirable things in life are either illegal, banned, expensive or married to someone else !!!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Even a library as powerful as jQuery cannot alter the innate behavior of the HTML controls. The file control is limited to selecting a single file.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Most of the controls that you see on the net that do this are Flash, Java [applet], or ActivX based. Eric
|
 |
 |
|
|
subject: Multiple File Selector
|
|
|