I'm trying to use the KendoUI file upload widget. The upload is working and the server is returning a valid JSON object but I cannot access the response data.
The docs say I should check e.XMLHttpRequest but this property is always undefined. In fact I can't access the e.files either.
Any ideas?
[EDIT] - Found the problem. I was using the complete callback, not success
facepalm