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

how to post a file using file received from gin's c.FormFile? #87

Open
aurorazl opened this issue Jul 15, 2020 · 2 comments
Open

how to post a file using file received from gin's c.FormFile? #87

aurorazl opened this issue Jul 15, 2020 · 2 comments

Comments

@aurorazl
Copy link

I received a file through gin's c.FormFile.
file, err := c.FormFile("image")
How can i send it to other server through grequests? Thanks.

@aurorazl
Copy link
Author

Can grequests post a file from []byte or string?

@aurorazl
Copy link
Author

Solved it!
[]grequests.FileUpload{{FileName: "image",FileContents: ioutil.NopCloser(bytes.NewReader(image))}

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

No branches or pull requests

1 participant