Create disableMultipart option in FileUploader #224
Reference in New Issue
Block a user
Delete Branch "streaming_upload_support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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! ❤️