MultiPowUpload 1.5 control documentation
ASP havn't native object that stores uploaded files therefore you need to have some ASP script that would parse the data array returned by Request, extract individual file, and save them on hard drive. Also there are some professional COM+ controls that are more reliable and has some advanced features than clear ASP script.

You can find some professional upload controls at HotScripts.com web site, or if you running ASP.NET code may be you will be interested in our own Upload control.

Below is a free ASP script that processes uploaded files. By default script saves files to folder "C:\Uploads". You can modify code in any text editor.

ASP script has some seriouse disadvantages:

Professional upload controls will save you these troubles.

freeASPUpload.asp code sample: