J2EE: Create a form for uploading an unknown number of files
- by sabauma
I need to create a form that will allow, among other things, a user to upload an unknown number of files to the server running Tomcat using J2EE. It would be nice if the form could add upload slots to the form as needed. I haven't found much useful on the subject, so I thought I would poll the community.
-Spenser