Ajax File Upload is not working in the latest Chrome Version 83.0.4103.61 (Official Build) (64-bit) as the update has affected images/media widgets. The POST request to upload files shows as canceled and the upload fails.
Ajax File Upload : Image |
Here’s what we do:
Ajax File Upload : How to Fix |
* Patch existing jquery.form plugin or update to a newer version.
* Test affected modules on Chrome version 83.0.4103.61
* Test jquery.form functionality on all browsers.
This problem seems to go away if we ensure the iframe jquery.form uses for the upload has an src of about:blank rather than javascript:false, which has been used for https requests for years.
If you’re facing a problem with AJAX file upload on Chrome version 83.0.4103.61, feel free to contact us, we have helped resolve the same issue for various clients.
And also
Comments
Post a Comment