开发者

What is the best scenario to upload various file where each file is more then 100 MB?

开发者 https://www.devze.com 2023-01-11 00:05 出处:网络
i\'m uploading these files in apache, using php. is开发者_如何学Python there any best way to make uploading faster ?Uploading via HTTP isn\'t the fastest. For such big file cosider using FTP protocol.

i'm uploading these files in apache, using php. is开发者_如何学Python there any best way to make uploading faster ?


Uploading via HTTP isn't the fastest. For such big file cosider using FTP protocol.


Make sure you enable gzip on the server too http://www.mydigitallife.info/2010/04/17/how-to-enable-gzip-compress-on-php-websites/

0

精彩评论

暂无评论...
验证码 换一张
取 消