DanRamGim
DanRamGim
I have just found my solution, you can add this lines on angular-file-upload.min.js After this lines: o = e._xhr = new XMLHttpRequest; if (e.disableMultipart ? t = e._file : (t...
I tried implementing it at onBeforeUploadItem like this: uploader.onBeforeUploadItem = function (item) { xhr.timeout = item.timeout xhr.ontimeout = function () { item.cancel();} } and I get the following error whenever...
I have just found my solution, you can add this lines on angular-file-upload.min.js After this lines: o = e._xhr = new XMLHttpRequest; if (e.disableMultipart ? t = e._file : (t...