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

Reply via email to