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

Intergrating RadUpload wiith MOSS 2007

1 Answer 67 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
bh75
Top achievements
Rank 1
bh75 asked on 10 Oct 2007, 09:52 PM
We would like to use this on our sharepoint site.   We keep getting the following error.

Radupload Ajax callback error. Source url was not found....

We have it in the safecontrols and have it in the GAC.  I think it has to do with Sharepoint checking for the file or a url rewriting issue.

I thank you for any help you can give.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 Oct 2007, 03:28 PM
Hi,

The problem might be caused by a URL rewriter WSS uses. If a URL rewriter handles all the aspx files, the RadUploadHttpHandler might not return the correct result, causing the RadProgressManager display the message. In such a case the solution would be to change the path to the RadUploadHttpHandler in the web.config file, like:

path="Telerik.RadUploadProgressHandler.someExt",

change the AjaxUrl property of the RadProgressManager control and configure the IIS to allow this type of files accordingly.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Sharepoint Integration
Asked by
bh75
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or