B
Beefminator
I am following the directions for ASP upload:
http://www.asp101.com/articles/jacob/scriptupload.asp
This is working great at my website:
http://www.walkhere.com/uploadform.htm
However, how do I capture form data for file name? The following script
will not work:
<%=Uploader.Form("File.FileName")%>
http://www.asp101.com/articles/jacob/scriptupload.asp
This is working great at my website:
http://www.walkhere.com/uploadform.htm
However, how do I capture form data for file name? The following script
will not work:
<%=Uploader.Form("File.FileName")%>