Upload 1GB files using chunking in PHP

前端 未结 8 1293

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条回答
  •  青春惊慌失措
    2020-11-27 06:01

    How about using a java applet for the uploading and PHP for processing..

    You can find an example here for Jupload: http://sourceforge.net/apps/mediawiki/jupload/index.php?title=PHP_Example

提交回复
热议问题