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

Display all information related to upload

1 Answer 26 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sameer
Top achievements
Rank 1
Sameer asked on 18 Apr 2013, 02:37 AM
HI,

Using RadAsncUpload, while uploading files how can I display the "Total Progress", "Files Count", "Current uploading file", "estimated time"?

Thanks,
Sameer.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Apr 2013, 03:51 AM
Hi Sameer,

You can use RadProgressArea along with your RadAsyncUpload control to achieve your requirement.

RadProgressArea contains a ProgressTemplate property, which can be used to fully customize its content and style. For example you can rearrange the progress elements or create your own progress bar and add custom information regarding the uploaded files. You can also use the OnClientProgressBarUpdating and OnClientProgressUpdating events in order to modify the look and feel of the progress area to create your own custom progress gadgets.

Please have a look on this demo on Customization with Templates which deals with a similar scenario.

Thanks,
Princy.

Tags
AsyncUpload
Asked by
Sameer
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or