Open Pirozek opened 8 years ago
Hi, I was dealing with issue in ng-file-upload in one of my Angular projects and found out, that pace.js was broking the upload library. Problem was with setRequestHeader method on XHR object.
There is very easy fix - https://github.com/danialfarid/ng-file-upload/issues/832#issuecomment-138975388 and it is not breaking any functionality of pace.js
Can you incorporate it in the next version please?
+1
Would be great to get a quick patch here.. it's really a simple fix. I'll submit the PR if someone will merge.
Hi, I was dealing with issue in ng-file-upload in one of my Angular projects and found out, that pace.js was broking the upload library. Problem was with setRequestHeader method on XHR object.
There is very easy fix - https://github.com/danialfarid/ng-file-upload/issues/832#issuecomment-138975388 and it is not breaking any functionality of pace.js
Can you incorporate it in the next version please?