How is a file uploaded using the "file" input type and ASP? I've done it before with PHP but I'm finding it surprisingly hard to figure out how to do it with ASP. I don't want to use a third party product. That's all I've been able to find so far. Thanks, Jason
Look into Pure ASP Uploaders http://www.asp101.com/articles/jacob/scriptupload.asp lots of free ones out there... they also allow you to do multiple uploads at a time while collecting Form Data!