PhpGt / Http

PSR-7 HTTP message implementation.
https://www.php.gt/http
MIT License
1 stars 1 forks source link

Uploading files and posting data using FormData #213

Closed g105b closed 1 year ago

g105b commented 1 year ago

There needs to be some documented feature for how to use FormData for posting data, and how to use some kind of FileUpload class to upload binary content over HTTP. Is there a PHP built in class for this?