Vijay K Anand wrote:
<form method="POST" enctype="multipart/form-data" action="test.php">
<input type="file" name="F1" size="20">
<input type="text" name="T1" size="20">
<input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2"></p>
</form>
How to access value of T1 and also the uploaded file in JSP?
You can access them as normal request parameters, or through action form
properties if you're using action forms. You need to be more specific about
what you want to do probably.
L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]