Have the same issue…

Latest posts made by msfatgraycat
-
RE: How can i get the response of a uploader?
The response was received as an XMLHttpRequest object in the ‘file’ object.
What I did was
var r =new XMLHttpRequest()
r = file.xhr
console.log(r.response)