Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12F8B17571 for ; Tue, 14 Apr 2015 01:32:17 +0000 (UTC) Received: (qmail 38237 invoked by uid 500); 14 Apr 2015 01:32:16 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 38194 invoked by uid 500); 14 Apr 2015 01:32:16 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Delivered-To: moderator for dev@flex.apache.org Received: (qmail 9883 invoked by uid 99); 14 Apr 2015 01:14:22 -0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of kaushal.shah05@gmail.com does not designate 162.253.133.43 as permitted sender) Date: Mon, 13 Apr 2015 17:59:48 -0700 (PDT) From: core000 To: dev@flex.apache.org Message-ID: <1428973188643-46062.post@n4.nabble.com> Subject: How to display upload speed MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.