Skip to content

uploadProgress function not working in Microsoft Edge #525

Open
@schmidtc63

Description

@schmidtc63

This just started recently, probably after an update to either Edge or Windows 10.

The uploadProgress function is not triggering until the upload is complete. It works fine in Chrome, Firefox and Internet Explorer. I've just downloaded the latest version of jquery.form.js and the issue is the same.

            uploadProgress: function (event, position, total, percentComplete) {
                if (running === false) {
                    running = true;
                    parent.postMessage("status|running","*");
                }
                var percentValue = percentComplete + '%';
                bar.width(percentValue);
                bar.html(percentValue);
            },

Activity

kevindb

kevindb commented on May 15, 2017

@kevindb
Contributor

Instructions for Reporting a Bug
What are the specific version numbers of the Form plugin, jQuery library, Edge browser, and Windows you're using?
Please include a link to a JSFiddle or CodePen example of the error so that others can reproduce the issue you're seeing.

kevindb

kevindb commented on Jun 14, 2017

@kevindb
Contributor

Closing due to lack of information.

codex-corp

codex-corp commented on Aug 11, 2017

@codex-corp

@kevindb
same problem here (The uploadProgress function is not triggering until the upload is complete) on edge version > 25

Example:
http://hayageek.com/docs/jquery-upload-file.php#single

kevindb

kevindb commented on Aug 11, 2017

@kevindb
Contributor

@codex-corp, I don't see an actual example of the problem at the link you provided.
A reproducible/verifiable example is important in order to be able to debug. JSFiddle and CodePen are particularly helpful, because others can execute the example you've set up.
https://stackoverflow.com/help/mcve

codex-corp

codex-corp commented on Oct 23, 2017

@codex-corp

any update?

schmidtc63

schmidtc63 commented on Oct 23, 2017

@schmidtc63
Author
kevindb

kevindb commented on Dec 4, 2017

@kevindb
Contributor

I'm afraid I don't know. I, personally, have never used the upload feature. Perhaps somebody from the community can answer.

DanyPell

DanyPell commented on Jan 12, 2018

@DanyPell

jQuery (v 1, 2 or 3), jQuery Form (I tested under 4.2.1 and 4.2.2), and Microsoft Edge (tried version 16).

Problem: jQuery Form's uploadProgress method only triggers when the upload is completed.

5 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @codex-corp@kevindb@DanyPell@behelit@schmidtc63

        Issue actions

          uploadProgress function not working in Microsoft Edge · Issue #525 · jquery-form/form