This is a migrated thread and some comments may be shown as answers.

How to show custom upload status for each file

1 Answer 82 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 12 May 2016, 05:41 PM

Hello Everyone,

 

I'm using a custom AsyncUploadHandler, where I process uploaded files and save into my database

I do it this way because users may upload hundreds of files at once, and I want to process them as they are uploaded, instead of all at once

 

Currently some heavy users have to wait ~15 minutes or so for all of their files to upload, before they can trigger a postback where I show a summary of the uploaded files

 

If possible, I want to return a small text summary for a file in the AsyncUploadHandler, which would be shown immediately to the user after each file is uploaded.  This way, they can quickly see which files have unusual issues among their list of uploads

I know there is server interaction after each AsyncUploadHandler 'Process' function runs.  After the AsyncUploadHandler 'Process' function runs, the little client icon indicator turns green, showing it uploaded successfully.  Can I pass a small text string to be displayed next to an uploaded file?

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 14 May 2016, 10:04 AM
Hi Ben,

Look at this demo: http://demos.telerik.com/aspnet-ajax/progressarea/examples/asyncuploadintegration/defaultcs.aspx?product=asyncupload

RadProgressArea can be integrated with RadAsyncUpload. However if you need more custom functionality then you can create your own progress monitoring logic and use http://demos.telerik.com/aspnet-ajax/progress-bar/overview/defaultcs.aspx

Regards,
Hristo Valyavicharski
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AsyncUpload
Asked by
Ben
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or