I have my web application made using JSP, Servlets,Java and Tom cat running on server.I want to upload a tab delimited file from the local system to a local folder in that server so that my application can picks it up..Can anyone help me please…
Share
Use the Apache Commons File Upload
Following are few examples : Example 1
Example 2