Search found 3 matches

by Snap
Thu Feb 05, 2009 11:22 am
Forum: PHP - Code
Topic: Measure UPLOAD speed
Replies: 4
Views: 696

Re: Measure UPLOAD speed

$_SESSION['uploadStartTime'] seem not to work ... :cry:

maybe is something wrong with

function startUpload() {
$.get('starttimer.php',{},function () {
document.getElementById('myform').submit();
});
return false;
}
by Snap
Thu Feb 05, 2009 9:30 am
Forum: PHP - Code
Topic: Measure UPLOAD speed
Replies: 4
Views: 696

Re: Measure UPLOAD speed

of course it helps !!!

many thanks man :)

if i could make something good, i will post it for future users ...

anyway, i am still open to others solutions (java applet with php maybe) or etc
by Snap
Thu Feb 05, 2009 8:17 am
Forum: PHP - Code
Topic: Measure UPLOAD speed
Replies: 4
Views: 696

Measure UPLOAD speed

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 = ...