|
Posted by Mαrio Gamito on 06/06/05 15:00
Hi,
I want to have a form with text fields and a "browse field" for
uploading a file.
Let's say i have a form with just two fields:
<form name="form1" method="post" action="action.php">
<tr>
<td>
Employee:<br />
Name: <input name="name" type="text" id="name" size="50">
</td>
</tr>
Employee File (a .doc):
Now, i want here a browse button, so users when clicking on it trigers
the os "File Open" box to choose the file to upload.
</form>
My question is: what is the code i need in the form ?
And the <form> tag, is it allright like it is ?
Thank you in advance.
Warm regards,
MΓ‘rio Gamito
Navigation:
[Reply to this message]
|