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

RadUpload not working in ascx

1 Answer 102 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Deepa Balasundaram
Top achievements
Rank 1
Deepa Balasundaram asked on 31 Aug 2009, 08:02 PM
Hello,

I am using RadUpload in a ascx page in a DNN module. The same code works perfectly fine in a aspx page. I have registered RadUpload and RadProgressManager in the config file.

<httpModules>
.
.
.
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
</httpModules>

<httpHandlers>
.
.
.
<add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler, Telerik.Web.UI" validate="false" />
</httpHandlers>

<modules>
.
.
.
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
</modules>

<handlers>
.
.
      <add name="Telerik.RadUploadProgressHandler.ashx_*" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv2.0" /></handlers>
--------------------------------------------------------------
In the properties window, beneath the "ID" property of RadUpload, there is a property "IsUploadModuleRegistered" appearing and the value of it is "Object reference not set to an instance of an object". So, I am sure that there is some problem in the config file. I don't know what that is. Please provide me your suggestions.

Thank you,
Deepa


1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 02 Sep 2009, 02:07 PM
Have you followed the steps found in this article? It just covers the topic of installing the RadUpload within DNN, maybe that's where the problem is coming from.
Tags
Upload (Obsolete)
Asked by
Deepa Balasundaram
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or