Hi,
Don't think you can do progress on LoadVars.
You may possibly be able to do this with FileReference.
I have only seen upload speed done with Java in the past -
http://www.thinkbroadband.com/speedtest.html
Would it not be better to test download speed rather than upload?
Glen
paranoio wrote:
well now to detect upload speed i used a simple loadvars creating a
"post" var with a code like this :
var bites = 1024 *100 //100 kbs
var data = ""
for(var i = 0 ;i< bites ;i++){
data +="1"
}
var output = new LoadVars()
output .data = data
with this i can detect my upload speed but only until all the data is
completely send to php, how can i get the progress of the uploaded data ?
here is the example updated : http://masgdl.com/tests/bandwidthMeter/
thanks ..
------------------------------------------------------------------------
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org