Allows you to optionally tell FileUploader to stream the file instead of using a multipart form.
Typescript usage example:
public uploader:FileUploader = new FileUploader({url: URL, disableMultipart: true});
Proposed fix for #223 , based on this PR to `angular-file-upload`: https://github.com/nervgh/angular-file-upload/pull/602
Allows you to optionally tell `FileUploader` to stream the file instead of using a multipart form.
Typescript usage example:
```
public uploader:FileUploader = new FileUploader({url: URL, disableMultipart: true});
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Proposed fix for #223 , based on this PR to
angular-file-upload: https://github.com/nervgh/angular-file-upload/pull/602Allows you to optionally tell
FileUploaderto stream the file instead of using a multipart form.Typescript usage example:
Looks really good for me!
@tdonohue can you please add documentation update, so other devs can find it?
@valorkin : Done! I added basic info for this new
disableMultipartparameter alongside the docs forurlandauthTokenin the readme docs@valorkin please merge!
Looks great! Thanks a lot!
@tdonohue thank you! ❤️