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

RadUploadProgressHandler Missing

1 Answer 232 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
cpursley
Top achievements
Rank 1
cpursley asked on 20 Dec 2007, 10:09 AM
I can't seem to find RadUploadProgressHandler in the new version of Prometheus (v 2007.3.1218.20)

The docs say to include it in my web.config but I get a runtime error. Any ideas? Can't even find the class looking through the .dll

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 20 Dec 2007, 03:08 PM
Hi cpursley,

You can find RadUploadProgressHandler in Telerik.Web.UI.Upload namespace. Therefore the correct Web.config settings should be

<httpHandlers>
          ... 
            <add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/>
          
</httpHandlers>
<httpModules>
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/>
           .....
</httpModules>

We will be updating the control so that the handler will be in the Telerik.Web.UI namespace and will make sure that this change will be backwards compatible so you will not have to change anything once you get it working now.

Greetings,
Petya
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Upload (Obsolete)
Asked by
cpursley
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or