Image Uploader Not Working on Production Server
We are using Sitefinity 6.3 (but this also happens on 7.0)
On our development machines, staging server and any other server for that matter, everything works fine. When we move to our cloud hosted live system, everything EXCEPCT the image/video up loader works.
we can "add an image" i.e. it adds the name, a placeholder, but no data is actually uploaded.
Through firebug, we get a javascript error in
http://home.legalinx.co.uk/Telerik.Web.UI.WebResource.axd line 2259
function _kendoUploadSuccess(e)if(!e.response[0].UploadResult)alert(e.response[0].ErrorMessage);
Of "e.response[0] is undefinedLine 2259"
It looks to me that there is a problem actually uploading data :(
We have spoken to our hosting provider, and to Telerick, we have followed every how to guide available, but still no resolution. If someone else has experienced this, any advice would be massively appreciated.
Hi Hywel,
I believe we have helped to resolve this issue in the support ticket you have opened.
The issue was related to the authentication mode which was set to be claims-based under Administration -> Settings -> User Authentication. However in the web.config file it was set to Forms:
<
authentication
mode
=
"Forms"
/>