T
TAT
Hello,
My file upload form works great as a .htm file. But when I save it as an
..asp file, it stops working. Our company requires all files to be in .asp, so
any ideas? I've included the html below.
Thanks
<html><head><title>Upload Form</title></head><body>
<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" s-label-fields="TRUE"
b-reverse-chronology="FALSE" s-destination="Schedules/Sales/" s-category
s-assignedto s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields
startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><input
TYPE="hidden" NAME="_charset_" VALUE="windows-1252"><!--webbot
bot="FileUpload" endspan i-checksum="59017" --><p>
<input type="file" name="F1" size="20"><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
</body></html>
My file upload form works great as a .htm file. But when I save it as an
..asp file, it stops working. Our company requires all files to be in .asp, so
any ideas? I've included the html below.
Thanks
<html><head><title>Upload Form</title></head><body>
<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" s-label-fields="TRUE"
b-reverse-chronology="FALSE" s-destination="Schedules/Sales/" s-category
s-assignedto s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields
startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><input
TYPE="hidden" NAME="_charset_" VALUE="windows-1252"><!--webbot
bot="FileUpload" endspan i-checksum="59017" --><p>
<input type="file" name="F1" size="20"><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
</body></html>