|
passing image file to database
Hi
i m having a jsp form which takes the image file as input and i want to pass that file to java class which inserts the image into database..
then how will be the jsp..
i m using --
<input type="file" name="image" id="image" size="35">
is this correct??
how pass this file to java class??
reply plz..
byee
|