
My previous article How to Upload Multiple Files in ASP.Net helped us to create a multiple file uploading system in ASP.Net. The main drawback of that approach is, it requires adding a new file upload control for every extra file we need to upload. Read the article to know more. Moving forward, we will develop a system where users can select multiple files at a time and upload it one by one or in parallel with a progress bar and cancel button near it, simply like a Gmail style upload system.
|