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
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
_xhrTransportthis would just mean settingxhr.timeout = item.timeoutand then catching it withxhr.ontimeout = function () {}Thanks