Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

RadUploader Error in 5.3.2
Last Post 10/22/2010 12:28 PM by Chris Smith. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Chris Smith
New Member
New Member
Posts:68


--
10/22/2010 12:23 AM

Version 5.3.2. When uploading a document, I get the following error:

RadUpload Ajax callback error. Source url returned invalid content:
https://www.domain.net/Telerik_Rad_Bring2mind_UploadProgressHandler.aspx?TabId=223&DMXRadUrid=fcdc29d7-8c96-43fd-b0de-7def10cb695e

Did you register the RadUploadProgressHandler in web.config?

Please, see the help for more details: RadUpload 2.x - Using RadUpload - Configuration - RadUploadProgressHandler.

The web.config does contain the RadUpload module and handler (below):

(system.webServer)

(modules runAllManagedModulesForAllRequests="true")

(add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" preCondition="managedHandler" /)

    (/modules)
    (handlers)
    (add name="Bring2mind Telerik Upload" path="Bring2mind.Telerik.RadUploadProgressHandler.aspx" verb="*" type="Bring2mind.Telerik.WebControls.RadUploadProgressHandler, Bring2mind.Telerik.RadUpload.Net2" preCondition="integratedMode,runtimeVersionv2.0" /)
     (/handlers)

Please advise...

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
10/22/2010 12:16 PM
Hi Chris,

Due to potential conflicts with the DNN core's new RadUpload the Bring2mind one has to be renamed. This is done in 5.3.2 during upgrade. The web.config handler references should now point to Telerik_Rad_Bring2mind_UploadProgressHandler.aspx and not Bring2mind.Telerik.RadUploadProgressHandler.aspx.

If you see a radupload error please check this. I have tested this multiple times for upgrades but DNN 5 has revised the way it does upgrades and this potentially leads to errors.

Peter
Chris Smith
New Member
New Member
Posts:68


--
10/22/2010 12:28 PM

Hello Peter,

 

I changed the handler manually and it works as expected now. I would have expected this change to have been done by the modules intallers .config file.

 

Thanks for your help...

You are not authorized to post a reply.