Results 1 to 4 of 4
Thread: binary conversion
- 04-29-2008, 09:01 AM #1
Member
- Join Date
- Apr 2008
- Posts
- 16
- Rep Power
- 0
- 04-29-2008, 10:23 AM #2
What have you done so far?
freedom exists in the world of ideas
- 04-29-2008, 10:26 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes, you have lots of question. Do it step by step, and what you have done up to now?
- 04-29-2008, 11:55 AM #4
Member
- Join Date
- Apr 2008
- Posts
- 16
- Rep Power
- 0
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> </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> </p>
<p> </p>
<p> </p>
<p> </p>
</form>
</body>
</html>
Similar Threads
-
Music File Conversion
By Dave Almighty in forum Advanced JavaReplies: 11Last Post: 04-21-2008, 03:30 AM -
bytearray to string conversion
By mew in forum New To JavaReplies: 1Last Post: 01-28-2008, 10:39 AM -
String to Integer conversion
By eva in forum New To JavaReplies: 2Last Post: 12-17-2007, 03:59 PM -
IDL to Java conversion using idltojava
By Java Tip in forum Java TipReplies: 0Last Post: 12-07-2007, 12:05 PM -
String to Date conversion
By javaplus in forum New To JavaReplies: 2Last Post: 11-06-2007, 07:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks