Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create disableMultipart option in FileUploader #224

Merged

Conversation

tdonohue
Copy link
Contributor

Proposed fix for #223 , based on this PR to angular-file-upload: nervgh/angular-file-upload#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});

@valorkin
Copy link
Member

valorkin commented Jun 6, 2016

Looks really good for me!

@valorkin
Copy link
Member

valorkin commented Jun 6, 2016

@tdonohue can you please add documentation update, so other devs can find it?

@tdonohue
Copy link
Contributor Author

tdonohue commented Jun 6, 2016

@valorkin : Done! I added basic info for this new disableMultipart parameter alongside the docs for url and authToken in the readme docs

@langfors
Copy link

@valorkin please merge!

@valorkin
Copy link
Member

Looks great! Thanks a lot!

@valorkin valorkin merged commit 22307d2 into valor-software:development Jun 21, 2016
@tdonohue tdonohue deleted the streaming_upload_support branch June 21, 2016 15:09
@ihadeed
Copy link

ihadeed commented Jun 22, 2016

@tdonohue thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants