f.html
codice:
<form method="post" action="f.asp">
	<input type="file" name="f" /><input type="submit" value="vai" />
</form>
f.asp
codice:
<%=request.form("f")%>
Prende solo il nome del file.