this is the script now
<%Case \"1\"%>
<table width=\"100%\" align=\"left\"><tr><td align=\"left\">
Directory:
http://www.guzzie.dk/www/upload_asp/upload/...<form method=\"post\" enctype=\"multipart/form-data\" action=\"upload.asp?sample=2\">
<input type=\"text\" name=\"uploadpath\">
<input type=file name=\"file1\"><br>
<input type=file name=\"file2\"><br>
<input type=file name=\"file3\"><br>
<input type=submit value=\"upload\">
</form>
</td></tr></table>
<%Case \"2\"%>
<%
Set Upload = Server.CreateObject(\"Persits.Upload.1\")
uploadpath = upload.form(\"uploadpath\")
Count = Upload.Save(uploadpath)
Response.Write Count & \" fil(er) modtaget.\"
%>
and this is the error message
Persits.Upload.1 error \'800a0005\'
Access is denied.
/upload_asp/upload.asp, line 36
this is the address of the page
http://www.guzzie.dk/upload_asp/upload.asp?sample=1;) sniff