File upload speed
On one of our server we have a script to upload large sound file (average of 150mb).
The problem is the speed on which the file is uploading.
If I use wget in the root to fetch a file of 150MB, I can get the file in about 1 minutes, but while using a upload form (POST upload) the same upload will take about 11 minutes.
Is there any tweak we can make to adjust the upload speed of the server?
-
Hello :) Could you elaborate on how you are uploading the file through a form? Does the form use PHP? If so, you may want to consider an alternative method of uploading larger files (e.g. FTP) so you do not face this issue. Generally, uploading a file via PHP/HTTP is likely to take longer than uploading the file through a service such as FTP when it comes to large files. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment