I have Stored a Image in mysql giving data type Blob By using this lines
FileInputStream fin=new FileInputStream(Path);
prepstatement.setBinaryStream(1,fin,fin.available());
prepstatement.executeUpdate();
now when i am trying to retrieve the image in jsp page i am using this code
">
But It is Not Working. Bassically i am trying to retrive the image from mysql and then show that image in jsp img tag
Aucun commentaire:
Enregistrer un commentaire