bootstrap-uploadprogress
bootstrap-uploadprogress copied to clipboard
Decorate HTML forms with an upload progressbar
Bumps [django](https://github.com/django/django) from 2.2.8 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...
bootstrap-uploadprogress.js:12 Uncaught TypeError: Cannot read property 'support' of undefined at bootstrap-uploadprogress.js:12 at bootstrap-uploadprogress.js:192 (anonymous) @ bootstrap-uploadprogress.js:12 (anonymous) @ bootstrap-uploadprogress.js:192 (index):399 Uncaught TypeError: $(...).uploadprogress is not a function at (index):399
This pull request resolves the issue that prevents the page from reloading after an error if filestyle does not exist. It will try and run filestyle if it fails it...
Since the response is fetched via XHR and discarded after the upload is successful, any flash messages set by django on a successful upload are never seen by the user....