<form name="ftpform" method="post" enctype="multipart/form-data" action="go.php">
<table>
<tr><td>File to upload: <input type="file" name="file01upload" /></td></tr>
<tr><td>The name you want on the server: <input type="edit" name="file01name" /></td></tr>
<tr><td><input value="Submit" type="submit" /></td></tr>
</table>
</form>
|