All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Upload (Obsolete)
/
RadUpload not working in ascx
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
Deepa Balasundaram
34 posts
Member since:
Jul 2009
Posted 31 Aug 2009
Link to this post
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
Schlurk
812 posts
Member since:
May 2009
Posted 02 Sep 2009
Link to this post
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.
Back to Top