| Author |
Multiple doc upload in single browse click
|
nancy andrew
Ranch Hand
Joined: Jan 19, 2010
Posts: 30
|
|
|
There is a requirement in which i have to upload multiple documents using a single browse button. Ex if a click browse button then file1.pdf,file2.pdf,file3.pdf etc can be seleted and attached in one go. Is it possible using jsp tag lib or some other thing in java. Please help
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1195
|
|
|
You can use apache commons api.
|
Swastik
|
 |
nancy andrew
Ranch Hand
Joined: Jan 19, 2010
Posts: 30
|
|
|
I want to choose multiple from my desktop using browse button. Handling multiple file in server side is not a problem, but in single browse button i want an option to choose multiple files from my desktop
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
|
|
|
The HTML file control doesn't have that option. Your requirement is impossible to implement.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Multiple doc upload in single browse click
|
|
|