Select multiple files to upload using oreilly.servlet.MultipartRequest?????
843838Aug 25 2006 — edited Aug 26 2006We have a jsp application that uses oreilly.servlet.MultipartRequest that allows the user to browse to a single file and upload it into a database. We are now required to allow the user to select one to many files and upload them at once. Using oreilly.servlet.MultipartRequest and its browse function, we are able to select only one file at a time. Is there a way around this? If not, any better file upload alternatives that allow multiple file uploads at a time?
Thanks!