| Author |
save jpeg in mysql
|
ramandeep singh
Greenhorn
Joined: Jan 16, 2007
Posts: 13
|
|
i am making struts application in which i need to put .jpeg image,resume.doc or resume.rtf file in to Mysql database how can i do tht , i tried setBlob(byte[]) and try { pst.setBinaryStream(18,form.getpic().getInputStream()); } catch (FileNotFoundException ex) { errors.add("sqlError",new ActionMessage("errors.resume.emptyfile")); } catch (IOException ex) { errors.add("sqlError",new ActionMessage("errors.resume.emptyfile")); } but they are causing exceptions ,can i also save the .doc file in same format and how to download them
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
I found something related with your query to storing jpeg files into MySQL database see this link hope it helps..
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
 |
|
|
subject: save jpeg in mysql
|
|
|