I've created an application that allows for uploads of files to Amazon S3.    
The upload feature works but I'm not able to display a progress bar that
measures the real upload speed.    The regular FileReference class UPLOAD
event does not work with cloud uploads.

fileRef.removeEventListener(ProgressEvent.PROGRESS, fileRef_progress); 

Is there another way to display the upload speed?

Thanks





--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/How-to-display-upload-speed-tp46062.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to