Closed (fixed)
Project:
IMCE
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2020 at 13:02 UTC
Updated:
16 Jun 2020 at 14:49 UTC
Jump to comment: Most recent
After latest Chrome release, uploading or using existed images is not possible.
For existed images, there is an error on ajax response and the whole process is canceled (image attached) with error message:
"Unexpected error. An unexpected error occurred, the sent file appears to exceed the maximum file size (100 MB) supported by this server."
This problem occurred only on the Chrome Browser.
| Comment | File | Size | Author |
|---|---|---|---|
| error_ajax_response.png | 28.43 KB | Yiannis.Tzikas.Ziogos |
Comments
Comment #2
paulocsHello @Yiannis.Tzikas.Ziogos,
This happens because [D7] Chrome 83 cancels jquery.form ajax requests over https. I just don't know if we can handle this in the module.
Comment #3
paulocsComment #4
thallesIn IMCE to D8 apparently don't have any issue
Comment #5
thallesApparently a patch in #3143016: [D7] Chrome 83 cancels jquery.form ajax requests over https can solve this problem @Yiannis.Tzikas.Ziogos
Comment #6
thallesApparently is a chromium bug see: https://bugs.chromium.org/p/chromium/issues/detail?id=1084874
Comment #7
thallesComment #8
Yiannis.Tzikas.Ziogos commentedThank you!
Comment #9
thalles#tmj