Link to home
Start Free TrialLog in
Avatar of Raftor
Raftor

asked on

MySQL picture

Would it be possible to store images in a mySQL database or store the path of where the image is and use that path to display an image using jsp?
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of applejuice
applejuice

i use jspSmartUpload. Pictures are uploaded to database and stored in blob field. jsp page displays image from database and is used as src of img tag in other jsp pages.