Hi everyone,
i want to upload a file from a Jsp page.The action of the page will take the file to a servlet.
This servlet will save the file in database.
Can anyone tell me how to achieve this.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Welcome to JavaRanch.
The server side of a file upload can be handled be the Apache Commons FileUpload library.