nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

upload file #239

Closed gillivt closed 8 years ago

gillivt commented 8 years ago

Is it possible to upload a file to a rest server.

My file will be a csv file.

gillivt commented 8 years ago

Ok I figured it out, I will convert the file to a json string and POST that.