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?