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

Can we show a progress bar when uploading?

2 Answers 186 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
John Dutchak
Top achievements
Rank 1
John Dutchak asked on 30 Aug 2009, 07:08 PM
New to Rad

Is there a way to show progress indicator when uploading using the fileexplorer upload option?

thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Fiko
Telerik team
answered on 01 Sep 2009, 05:22 AM
Hi John,

You can register the RadProgressArea control
in the Web.config as follows  :
  1.  Add the following declaration in the <httpHandlers> section  in order to register the needed httpHandler :
    <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/> 
  2. Add the following declaration in the <httpModules> section  in order to register the needed httpModule :
    <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/> 

After these steps you can implement your Custom Progress Monitoring in order to achieve the desired result.
When you open the RadWindow, it is moved to a specific location, where  the RadProgressArea will appear. The area has bigger size and z-index than the upload RadWindow and it hides the upload window.
Could you please check the attached file and let me know whether it fits your requirements?


Best wishes,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
John Dutchak
Top achievements
Rank 1
answered on 02 Sep 2009, 06:25 AM
Thanks so much worked perfect.
Tags
FileExplorer
Asked by
John Dutchak
Top achievements
Rank 1
Answers by
Fiko
Telerik team
John Dutchak
Top achievements
Rank 1
Share this question
or