How to insert and retrive image in database use JSP ..
<html>
<body>
Image Upload
<input type="file" name="file"/>
<input type="submit" value="upload Button"/>
</body>
</html>
i want to insert photo in database and retrive image in table ../////......
can u help me ....