Fix XHRUpload.js error handling
There's an error introduced by https://github.com/transloadit/uppy/pull/612 here https://github.com/transloadit/uppy/pull/612/files#diff-ca5a310a56869b8b55189737dc65736cR238
It should be called with the response text and the xhr object.
This fixes #645