Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15AE1200B58 for ; Tue, 12 Jul 2016 12:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 142FF160A56; Tue, 12 Jul 2016 10:14:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 66C8E160A6A for ; Tue, 12 Jul 2016 12:14:21 +0200 (CEST) Received: (qmail 36136 invoked by uid 500); 12 Jul 2016 10:14:20 -0000 Mailing-List: contact issues-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 issues@flex.apache.org Received: (qmail 36126 invoked by uid 99); 12 Jul 2016 10:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 10:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 76B1B2C02A6 for ; Tue, 12 Jul 2016 10:14:20 +0000 (UTC) Date: Tue, 12 Jul 2016 10:14:20 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-35110) Flex based component using FileReference Upload API fails with 400 Bad Request for multi upload scenario because of missing boundary conditions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 10:14:22 -0000 [ https://issues.apache.org/jira/browse/FLEX-35110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372647#comment-15372647 ] Justin Mclean commented on FLEX-35110: -------------------------------------- I'm not sure, but I'm assuming it's now passed end of Adobe's (extended) support period. [1] Perhaps [~aharui] can provide a better answer. You might try https://bugbase.adobe.com - but I'm assuming you may not have much luck. 1. https://www.adobe.com/support/products/enterprise/eol/eol_matrix.html#61 > Flex based component using FileReference Upload API fails with 400 Bad Request for multi upload scenario because of missing boundary conditions > ----------------------------------------------------------------------------------------------------------------------------------------------- > > Key: FLEX-35110 > URL: https://issues.apache.org/jira/browse/FLEX-35110 > Project: Apache Flex > Issue Type: Bug > Components: RPC: General > Reporter: Vamshi Krishna Kaley > Attachments: Multiple SCORM Uploads Troubleshooting with Engg and CO.msg > > > We have developed a component of multi file upload using flex sdk 3 using FileReference Upload built in functionality. > However we have encountered that the upload fails for more than two files over slow transmission networks. > On further investigation We found that the flash is resulting in I/O Errors during the retrieval of total bytes being uploaded for display in the upload progress with the log information as displayed below > ============================================== > 388956 AVMINF: MTHD flash.events::ProgressEvent/get bytesLoaded () > 388958 AVMINF: MTHD flash.events::ProgressEvent/get bytesTotal () > 388960 AVMINF: MTHD flash.events::IOErrorEvent () > 388962 AVMINF: MTHD flash.events::ErrorEvent () > 388964 AVMINF: MTHD flash.events::TextEvent () > 388965 AVMINF: MTHD flash.events::Event () > 388967 AVMINF: MTHD flash.events::Event/ctor () > 388970 AVMINF: MTHD FileUpload/OnIOError () > 388972 AVMINF: MTHD flash.events::IOErrorEvent/toString () > IOError Event : Dispatched when the upload or download fails.[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL: <> > ============================================= > Due to this error the POST request is resulting in Bad Requests on the Web Server because of the missing boundary closures which are required to complete the POST request. > This issue is always replicable on slow networks which are hovering around 100Kbps > Request you to look into it and do the needful to provide a fix which needs to be incorporated as one of our customers are critically affected with this functionality miss. -- This message was sent by Atlassian JIRA (v6.3.4#6332)