Simple Upload with Progress
The smallest possible integration: one ASP block renders a button, a file queue and a live progress bar, and saves the files to a folder. Allowed file types: jpg, gif, png, zip, up to 10 MB each.
SaveDirectory
MaxSizeKB
AllowedFileExtensions
MultipleFilesUpload
Live demo
Pick one or more files — uploading starts immediately and each file is saved to savefiles/ on the server.
Read the guide
Classic ASP File Upload: a complete tutorial
How uploads work in Classic ASP end to end, and why Request.Form comes back empty.