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

Update README.md to explain custom file use case #1288

Merged
merged 1 commit into from Nov 28, 2014

Commits on Nov 26, 2014

  1. Update README.md to explain custom file use case

    Adding documentation to indicate a use case for custom file values and options in multipart form data requests. The added sentence may have saved my team a few hours.
    
    Use case:
    - A user wants to upload a file to your service, and you in turn want to upload the file to an external service.
    - Constraint: you don't want the file to be written to disk in your service.
    - Because you're uploading a file from a stream, you need to add custom file-related information manually in your request to the external service.
    cliffcrosland committed Nov 26, 2014
    Copy the full SHA
    068ab7d View commit details
    Browse the repository at this point in the history