adoy / PHP-FastCGI-Client

Lightweight, single file, FastCGI client for PHP
MIT License
302 stars 61 forks source link

How to build multipart/form-data #23

Closed CatAnonymous closed 4 years ago

CatAnonymous commented 4 years ago

I want to create a file upload using FastCGI Client, it seems that it only supports STDIN as normal POST?