How can i measure a user UPLOAD speed ... i have this script, who can measure only download speed, but what i really need is to know the UPLOAD speed, is there a way to do that ? <?php $kb=2048; echo "streaming $kb Kb...<!-"; flush(); $time = explode(" ",microtime()); $start = ...