You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When allowing multiple files to be uploaded via a single file input field, if one of those files fails the validation check any subsequent files will not be processed.
This is Upload and PHP version and environment (server/fpm/cli etc) I am using
Upload 2.0.0 and PHP7.4
This is the HTML/CSS code snippet I use for the form
jakejackson1
changed the title
Multiple Upload Field Validation Failure Prevents Valid Files Being Saved
Upload Field Validation Failure Prevents Valid Files in Multiple File Field Being Saved
Jul 7, 2022
I found this bug
When allowing multiple files to be uploaded via a single file input field, if one of those files fails the validation check any subsequent files will not be processed.
This is Upload and PHP version and environment (server/fpm/cli etc) I am using
Upload 2.0.0 and PHP7.4
This is the HTML/CSS code snippet I use for the form
This is the PHP code snippet I use after form submission
The text was updated successfully, but these errors were encountered: