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

Support multipart to send a file #6

Merged
merged 4 commits into from Nov 14, 2018
Merged

Support multipart to send a file #6

merged 4 commits into from Nov 14, 2018

Conversation

nwtgck
Copy link
Owner

@nwtgck nwtgck commented Nov 14, 2018

Summary

This PR is for support of multipart

How to send by multipart

Way 1

  1. Open index page "/" on your browser
  2. Send a file following the instructions on the page

Way 2

You can send a file as following.

curl -F infile=@myfile https://piping.ml/mypath123

(myfile, mypath123 and https://piping.ml should be changed)

@nwtgck nwtgck mentioned this pull request Nov 14, 2018
@nwtgck nwtgck merged commit 16cf921 into develop Nov 14, 2018
@nwtgck nwtgck deleted the feature/multipart branch November 14, 2018 22:45
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.

None yet

1 participant