-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add support for CURLFORM_STREAM #158
Comments
Seems plausible to me! Are you familiar with how this works in C? I'm curious to clarify how |
The form thing has a data parameter which is pssed to readfunction as last parameter and as far as i remember overwrites what is passed there normally by default. |
Ok! I think I've got an implementation at #164, mind giving it a spin and see if it works out for you? |
does this work now ? can the PR be merged ? |
Currently it's impossible to upload multiform files that are dynamically read from something. In raw curl one seems to use
CURLFORM_STREAM
paired withCURLOPT_READFUNCTION
for this. Would be great if this could be supported somehow.The text was updated successfully, but these errors were encountered: