Jump to content

PHP upload speed


denechtew

Recommended Posts

I'm not smart enough to made that, can you help me?

I will learn.

Most upload speeds are usually a 10th of total download speed, some maybe more. It depends on the ISP and how they serve the download/upload ratio. For example say a user has 1Mb broadband connection. Note Mb stands for megabit not megabyte, a megabit is 1024 bits.

 

This will allow the user to download at around 120KB (kilobytes) per second maximum (Kb / 8 = Kilobytes). Now take a 10th of their download speed and you'll get their maximum upload speed, which will be around 12KB per second.

 

You can then use this max upload speed as a guide. To do this you'll convert the file size of the uploaded file in to Kilobytes and divide the filesize by their upload speed, eg 3072KB divide by 12Kb = 256 seconds (or ~4.5 minutes).

Link to comment
https://forums.phpfreaks.com/topic/64860-php-upload-speed/#findComment-323801
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.