Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patches jquery.form per advice on this issue: jquery-form/form#571 Ajax doesn't support posting files, so before FormData, the only way to upload a file without a page refresh was to create an iframe, build a form in it, and submit that to the server in a way where it could sync up with the data POSTed by ajax. Chrome 83 has an issue with the fake src jquery.form was setting on that iframe, and would cancel the request. With no image uploaded to the server (but no error in js to treat as a blocking error) the process would attempt to continue and hit an error when it tries to access a file that doesn't exist. FUN-2604
- Loading branch information