aspose file tools
The moose likes Servlets and the fly likes File upload and download Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "File upload and download" Watch "File upload and download" New topic
Author

File upload and download

Hardy Chou
Greenhorn

Joined: Jun 27, 2001
Posts: 27
Does anyone know how to do this using jsp/servlet...
<FORM METHOD="POST" ACTION="servlet/uploadServlet" ENCTYPE="multipart/form-data">
<FONT COLOR="#00FFFF">Upload :</FONT>
<INPUT TYPE="FILE" NAME="SRC" SIZE="50"><BR>
<INPUT TYPE="FILE" NAME="SRC" SIZE="50"><BR>
<INPUT TYPE="SUBMIT" VALUE="Upload">
</FORM>
AND using servlet to save it to the server(i don't know how to do this) and update my database(this part i already know)
AND I don't know how to download...from a server using servlet/jsp...
Thank you very much.
Regards,
Hardy Usman
Phil Bolduc
Greenhorn

Joined: Jan 07, 2001
Posts: 1
Check out http://www.servlets.com/cos/index.html
Phil
Hardy Chou
Greenhorn

Joined: Jun 27, 2001
Posts: 27
I already did make it run... thanks anyway for the link...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: File upload and download
 
Similar Threads
Servlet code in JSP page
file upload and download
Cannot get filenames
How to Upload the Client File To The Server
To make file upload using JSP