IE debug tools show that correct response received from the server. However success call back is always called. If I dont use cross domain ajax call then the correct call back methods are called.
Could some one let me know what might be the issue ?
* May u use Firebug / Chrome Dev Tools to see which requests/respones are sent and which HTTP response codes you get (200, 404, 500….) and compare cross-request vs. no-cross-request. * May u use Postman (Chrome App) to build request by hand before and see if everything works
I initially tried the /alfresco/service/api/upload url for file upload however in IE9 the response was being downloaded as a file. So I changed the url. I had to use /alfresco/wcservice as I am using SSO.