ho trovato questo codice può andare bene come esempio?

codice:
<% option explicit %>
<html>
<head>
<%
Dim myUpload
Dim intCount
dim x
if x="1" then
Set myUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
myUpload.upload
MyUpLoad.Save( [C:\Inetpub\inc.it\password\x])
end if
%>
<form method="post" action="upload.asp?x=1"
name="fileform" enctype="multipart/form-data">
<table width=400 border=0>
seleziona i file:
</th>
<td>
<input type="file" name="file1" size="15">


<input type="submit" value="invia" name="pulsante">
</td>
</tr>
</table>
</form>
</body>
</html>