| 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.
|
 |
 |
|
|
subject: Upload a blob file along with form data
|
|
|