I had written a simple web application using Commons FileUpload and Spring which can upload just one file.
In our project, we have the requirement of users being able to UPLOAD multiple files to the server. I was wondering if this Commons FileUpload is a good choice for this.
Had anyone used this Commons FileUpload to upload multiple files from the web client? Do we have any alternatives for this? Any performance issues?
Could someone please share your thoughts on this?
Thanks!


Reply With Quote