Upload 1GB files using chunking in PHP

前端 未结 8 1279

I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and web server is NGINX. Many users have requested to increase this limit dra

8条回答
  •  Happy的楠姐
    2020-11-27 06:14

    "but I can not find any equivalent of request.getInputStream in PHP. "

    fopen('php://input'); perhaps?

提交回复
热议问题