Selecting multiple files for upload

Select multiple files in the file browser dialog then upload them at once Allowed file types: jpg, gif, png, zip, up to 10 MB each.

MultipleFilesUpload GetUploadedFile MaxSizeKB AllowedFileExtensions DropZoneID
Live demo

Select several files at once — they upload immediately, then the form posts back and the server lists what it received.

Read the guide Multiple file upload in Classic ASP

The queue, the GUID list, and the server-side loop that reads every file.

Next example Customizing the UI

Or browse all examples and the class reference.