Hi All

<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?

Regards
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to