How to display upload speed

2015-04-13 Thread core000
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(Prog

Manually pushing updates to server via LCDS

2015-04-13 Thread core000
I'm using Flex 4.6 with LCDS. I need to know how to manually push the updates from a client to the server so all the other clients that have the application open have the data refreshed automatically.I've tried using Service.getAll(). It updates the datagrid on the local client but elsewh