Link to home
Start Free TrialLog in
Avatar of teddycarebear
teddycarebear

asked on

Upload images file into mysql database using JSP



I would like to upload some image file into mysql database through JSP(not servelet or the bean) and then be able to display these uploaded files via the browser using a drop down menu. How is this achieved? So that it will query the db, the drop down menu will hold the descriptions of the uploaded files, and if you select a file from the menu, it will display it... I know how to connect to the database but have 0 idea how to continue.Thank you.

Flow=Page to upload images-->Page that connect ,upload and verify the image-->Page that display the image store in the database.
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece 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 teddycarebear
teddycarebear

ASKER

i am new to jsp, anyway, i will look into the site and see wad i can do.
btw, do u know how to create a counter for a page that helps to keep track number of visits to the page?
 You can probably get a free one from the Web. Make a search on google and you will find loads.