Want to upload multiple forms
I am working on enhancement of a web based application hosted on Tomcat where there is a feature wherein I can upload forms(.jsp files) to the server using a JSP page. This is done using servlets.
Right now I can upload only 1 form at a time which is very time consuming.
I want to upload multiple forms at one go.
Can anyone please help me out with this.
Help will be much appreciated.
|