RadUpload for ASP.NET AJAX

RadControls for ASP.NET AJAX

RadUpload cannot upload files simultaneously because when a page gets submitted, there is only a single request sent to the server.

That is why the files are uploaded one by one. As a result you cannot have two RadProgressArea controls on a page showing different information. They will show the same information because RadProgressManager reports the information to the progress areas on the page.