Open
Description
We had a case where the upload never reached the server and was just hanging. It would be good if a timeout option could be added, so if this happens again an error is returned.
For _xhrTransport
this would just mean setting xhr.timeout = item.timeout
and then catching it with xhr.ontimeout = function () {}
Thanks