Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploadProgress function not working in Microsoft Edge #525

Open
schmidtc63 opened this issue May 14, 2017 · 13 comments
Open

uploadProgress function not working in Microsoft Edge #525

schmidtc63 opened this issue May 14, 2017 · 13 comments

Comments

@schmidtc63
Copy link

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);
            },
@kevindb
Copy link
Contributor

kevindb commented May 15, 2017

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
Copy link
Contributor

kevindb commented Jun 14, 2017

Closing due to lack of information.

@kevindb kevindb closed this as completed Jun 14, 2017
@codex-corp
Copy link

@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
Copy link
Contributor

kevindb commented Aug 11, 2017

@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
Copy link

@codex-corp
Copy link

any update?

@schmidtc63
Copy link
Author

schmidtc63 commented Oct 23, 2017 via email

@kevindb
Copy link
Contributor

kevindb commented Dec 4, 2017

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

@DanyPell
Copy link

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.

@schmidtc63
Copy link
Author

schmidtc63 commented Jan 12, 2018 via email

@behelit
Copy link

behelit commented Feb 26, 2018

@kevindb
Copy link
Contributor

kevindb commented Feb 26, 2018

I have added the "help wanted" label to this issue. I, personally, have never used the file upload feature, so I'm not at all familiar with it. I'm hoping someone from the community, ideally someone on this thread who is encountering this problem, will submit a pull request to resolve the issue. I am very open and responsive to pull requests.

@kevindb kevindb added the upload label Jun 29, 2018
@ghost
Copy link

ghost commented Aug 30, 2018

Still reproducing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants