aspose file tools
The moose likes JDBC and the fly likes Upload a blob file along with form data Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Upload a blob file along with form data" Watch "Upload a blob file along with form data" New topic
Author

Upload a blob file along with form data

visu Nekk
Ranch Hand

Joined: Sep 06, 2005
Posts: 122
I need to upload a resume to oracle database along with form data.i am using servlets,jbuilder and tomcat to do this.Can anyone help me out of how to do this.i am able to send the form data alone.when i want to send resume along with data i am not able to figure it out.so plz help me.
Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
Use jakarta commons fileupload
Userguide is here

Tips:

- Make your form Multipart.
- Don't use request.getParameter(). You will get null for sure.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Upload a blob file along with form data
 
Similar Threads
File upload
how to upload file along with HTML form data
How to upload a file along with form data to a database using servlet
How to download a file from a database using jsp
File Upload using Struts