Open
Description
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 commentedon 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 commentedon Jun 14, 2017
Closing due to lack of information.
codex-corp commentedon Aug 11, 2017
@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 commentedon 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 commentedon Aug 11, 2017
@kevindb
http://jsfiddle.net/uKvE2/
codex-corp commentedon Oct 23, 2017
any update?
schmidtc63 commentedon Oct 23, 2017
kevindb commentedon 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 commentedon Jan 12, 2018
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