View Single Post
  #4 (permalink)  
Old 04-29-2008, 12:55 PM
thamizhisai thamizhisai is offline
Member
 
Join Date: Apr 2008
Posts: 16
thamizhisai is on a distinguished road
jsp coding
i browsed the image by clicking d browse button.if i press submit button means d image automatically stored in db.then i have 2 retrieve d image separately......................





<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<p>&nbsp;</p>
<p>
<label for="file1"></label>
<input type="file" name="file1" id="file1" />
</p>

<p>
<label for="file2"></label>
<input type="file" name="file1" id="file1" />
</p>

<p>
<label for="file3"></label>
<input type="file" name="file1" id="file1" />
</p>

<p>
<label for="file4"></label>
<input type="file" name="file1" id="file1" />
</p>
<p>
<label for="submit"></label>
<input type="submit" name="submit" id="submit" value="Submit" />
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</form>
</body>
</html>
Reply With Quote