ASPX templates
Version 5.x > ASPX templates > Telerik RadUpload - pupload progress monotor View modes: 
User avatar
Member
Member
paramon-walla - 3/23/2011 1:00:00 PM
   
Telerik RadUpload - pupload progress monotor
I'm having a problem with Telerik RadUpload control. I found a pretty old thread explaining how to fix the issue: http://devnet.kentico.com/Forums.aspx?forumid=17&threadid=11160. Unfortunately, solution suggested is not working for me. We are using Kentico 5.5 R2.
In a nutshell: when I add "/Telerik.RadUploadProgressHandler.ashx" to Excluded URL's it still doesn't work.
I would really appreciate a reply, because time is running out on a big project that absolutely require upload monitoring to work.

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 3/24/2011 9:41:25 AM
   
RE:Telerik RadUpload - pupload progress monotor
Hi,

could you please try to insert the Telerik control into the User control webpart?
This web part should ensure correct life cycle of the control, since there are some differences.

Best regards,
Ivana Tomanickova

User avatar
Member
Member
paramon-walla - 3/24/2011 1:50:38 PM
   
RE:Telerik RadUpload - pupload progress monotor
Hi Ivana!

Thanks a lot for a quick reply. Can you, please be more specific? We use an ASPX model, not Portal Engine. I'm not sure what you mean by
try to insert the Telerik control into the User control webpart


Thanks!

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 3/25/2011 7:44:16 AM
   
RE:Telerik RadUpload - pupload progress monotor
Hi,

in the aspx template you could add following code:

<%@ Register Src="~/CMSWebParts/General/userControl.ascx" TagName="userControl" TagPrefix="uc1" %>

<uc1:userControl ID="userControl" runat="server" UserControlPath="path/to/your/userControl.ascx" />

In the code of your user control you can call Telerik RadUpload.

Best regards,
Ivana Tomanickova