Ti incollo il form.
html>
<head>
<title>UPLOAD FILE</title>
</head>
<body>
<table border=0 width=360 bgcolor=#40576f cellspacing=1 align=center>
<tr>
<td width=400 align=center bgcolor=#40576f><FONT FACE="tahoma" color=#ffffff size=2>SELEZIONARE IL FILE PER L'UPLOAD</FONT></td>
</tr>
<tr>
<td width="400" height="0" bgcolor="#E6E6FF">
<form method="POST" enctype="multipart/form-data" action="upload.asp">
<p align="center"><font color="#000080" size="2" face="Arial">
File: </font><input type="file" name="blob" size=30>
<p align="center">
Archivio : <select name="select" size="1">
<option>ECONOMICO</option>
<option>FISCALE</option>
<option>STAMPA</option>
<option>VARIE</option>
</select>
<p align="center">
<input type="submit" name="Enter" value="Aggiungi">
</form>
</td>
</tr>
<tr>
<td width="400" height="10" bgcolor="#40576f" align=right>www.aspcode.it</font></td>
</tr>
</table>
</body>
</html>