Hi to all !
Im new to java n i m working on Project of Web base Image Annotation Tool using jsp and java i have to save n retrieve image in to database which im using is mysql
How i can store image in to database not the refference to image folder

Can any body help me out to solve problem.

Recommended Answers

All 2 Replies

I forgot to mention in my earlier post that getOutputStream() should not be used in JSP.

Use only servlets via JSP. So, retrieveing .gif, .jpeg, .xls, .pdf, etc...should be done through servlet and never from JSP

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.