Active
Project:
Multiupload Filefield Widget
Version:
7.x-1.13
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2014 at 10:45 UTC
Updated:
24 May 2024 at 07:23 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
coolkind commentedComment #2
coolkind commentedComment #3
nikunjkotechaI am facing similar issue but seems like the problem is different than the one explained above.
When using AJAX for form submission (CTOOLS or Drupal AJAX framework)
Scenario 1:
Scenario 2:
To fix this, for now I have disabled the submit/save and upload button until a valid file is uploaded, as for my case all files were required.
I am assuming that when an error comes events are not bound again to the same element. It works for second file field in case unlimited values are allowed and first file is uploaded properly.
Comment #4
flflfl commentedHi,
Any suggestions about this issue?
Comment #5
ferrete commentedSame issue with me on D8. Any suggestions?
Comment #6
sushma22 commentedFacing same issue with Drupal 10
Steps:
Issue is reproducible with multi file upload field
1.) upload 3 or more files. NOTE: except first or last file add any corrupted file in between i.e max size then expected
2.) go on preview of node
3.) back to node edit page
4.) You will see the file uploaded data is not loaded correctly, also if you try to remove file, ajax is not working correctly, GUI is also distorted.
I understand it's a complex scenario, but issue is there.
Thanks in advance