Ticket T592619
Visible to All Users

FileUploader doesn't display progress while a file is uploaded in Edge

created 7 years ago

Hi
Element FileUpload does not support EDGE browser, there is no any percentage on this progress bar while i uploading file.

Try in Edge browser: https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxFileUploader/

Thanks.

Answers approved by DevExpress Support

created 7 years ago

Hi Miroslav,

Thank you for the report. We use the native "xhr.upload.onprogress" handler to track uploading progress. According to the XMLHttpRequest onprogress not fired for streaming response report, MS Edge raises this event only after the file is fully uploaded. You can reproduce the same behavior using plain HTML elements as well - http://jsfiddle.net/pthoty2e/
At this moment, we cannot overcome this problem on our side. Please track notifications from that thread to see when the issue is fixed.

Let us know if you need further clarification on this.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.