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

Bring2mind Forums

Problems with RADUpload & CAUpload
Last Post 06/01/2009 12:25 AM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
GC District Technology Services
New Member
New Member
Posts:1


--
01/12/2009 5:28 AM

I'm setting up a development environment and have sucessfully installed DMX5.01 with DNN 4.09.01 but am having trouble getting the alternative upload methods working.

When I try to upload files using the TelerikUpload component I get a javascript popup with

"r.a.d.upload Ajax callback error. Source url was not found:
/Bring2mind.Telerik.RadUploadProgressHandler.aspx...
Did you register the RadUploadProgressHandler in web.config?"

and when I click Ok I get a 404.

When trying the CAUpload I get a javascript popup with

"Upload error: Error loading progress data."

and when I click Ok it does nothing.

I have checked all of the entries in the web.config and they are there per the documentation. I am running IIS7.

Any ideas?

 

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
01/13/2009 10:47 PM
Hi Ben,

The entries might be in the IIS 6 section. Check out IIS resources on httpmodules and httphandlers sections. And then check out the web.config. Are the UploadProgress handlers in the correct section?

Peter
Andy
New Member
New Member
Posts:3


--
05/28/2009 1:33 PM
Hi

It seems that I have the same problem with upload files. DMX 5.00.5 with DNN 4.09 running on II7 is installed.

The same error appears, when uploading a file or creating a folder. In spite of the error message the operation is succesfull when I click OK on the error-message-dialog. So I use the ASPnetUPload-option to prevent the error message.
Which advantage has the TelerikUpload option?

In the Web.Config Setting for DMX the IIS7 is marked as absent, but DNN is running on II7. Any Idea?

Kind Regards
Andy
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/01/2009 12:25 AM
Hi Andy,

1. The advantage of the TelerikUpload component is the progress bar.
2. To enable it under IIS 7 in classic mode you don't have to do anything. In 'integrated pipeline mode' you have to create the sections in the web.config under system.webServer that are in the sytem.web (it's a bit of a mess with IIS6 and IIS7 being in use these days). If you examine the web.config you'll spot what I mean.
3. The message 'absent' means the entry in the web.config for that value was not found. This means it is running under the default. But IIS 7 also uses lots of protection against us web developers doing what we like. You might have to adjust the machine.config for a new value to work. Check out IIS 7 documentation for this.

Peter
You are not authorized to post a reply.