hi..
in server i want to upload multiple files with single element.. can any one give complete sample code? in net no complete code available just partial code alone there.. including me many will get benefit.. thanks in advance!
k sabeerdeen wrote:can any one give complete sample code?
Nope, sorry That's not how JavaRanch works - please have a look at NotACodeMill For your requirement, you can use something like Apache Commons Upload, which can be used to upload multiple files specified in a single HTML form.
It is not possible to upload multiple files using only 1 <input type="file"> html tag. New web2.0 sites these days using ajax, or flash to acheive the same. There are a lot of open source flash based modules available. There few commercial ones as well.