-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Comments
Instructions for Reporting a Bug |
Closing due to lack of information. |
@kevindb Example: |
@codex-corp, I don't see an actual example of the problem at the link you provided. |
any update? |
I haven’t heard anything.
|
I'm afraid I don't know. I, personally, have never used the upload feature. Perhaps somebody from the community can answer. |
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. |
Perfect example. This should give anyone there all the info they need.
|
Still a problem in the latest edge update (version 17) http://jsfiddle.net/pthoty2e/ |
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. |
Still reproducing |
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.
The text was updated successfully, but these errors were encountered: