-
Notifications
You must be signed in to change notification settings - Fork 299
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 multipart/form-data #2
Comments
Hey nate, |
Hey @ertogs sorry just saw your note. I did start on some preliminary stuff a while ago but its been sitting. Not sure when I'll have time to get to it. |
Hey nate, |
Hello, I need this feature. |
I just came here looking for the same solution, too. Must be the season! |
I created this feature, but I don't known how to config phpunit to run the tests, because I'm not a php developer. |
Have you tried using phpunit from command line? should be easy! |
thanks @GabrieleTondi |
Merged and pushed to packagist. |
thanks |
Thank you so much! Von: Nate Good [mailto:notifications@github.com] Merged and pushed to packagist. — |
Add support for uploading files. I imagine adding this as another chainable method
upload()
,includeFile()
, orwithFile()
.The text was updated successfully, but these errors were encountered: