I have a web server with centos 6.6 Os, 64GB RAM and php version 5.3.29. If using form post with file the upload speed is 10-20 times slower than when using a FTP client like FileZilla.
FTP Client
Upload size : 25Mb.
My home upload mbps : 5 Mb.
Filezilla Upload Kb/S : 600Kib
Upload time : 30 sec.
Form post upload with Php
Upload size : 25Mb.
My home upload mbps : 5 Mb.
Php Framework : Codeigniter
Upload time : 57 min.
How I do increase upload speed or how do I configure my server for regular uploads?