You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Przemys�aw Ciesielski <pc...@missTCP.net> on 2003/08/02 12:53:13 UTC

fileupload and params

Hello.

i want to make form:

<form method="POST" name="form" enctype="multipart/form-data">
<input type="text"name="test1">
<input type="file" name="test2">
</form>

how can i get value of param 'test1'?

Grets,
P.


Re: fileupload and params

Posted by Przemys�aw Ciesielski <pc...@missTCP.net>.
PC> <form method="POST" name="form" enctype="multipart/form-data">
PC> <input type="text"name="test1">
PC> <input type="file" name="test2">
PC> </form>

Sorry, it's really easy...

Grets,
P.