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
Hello,
max. count of attachments uploaded at once is limited by PHP directive max_file_uploads. I think user should be informed about this and count of selected files should be checked by Javascript after selection (there is a html file input with multiple option in attachment composer form).
If user selects more files than actual max_file_uploads limit, only "max_file_uploads" files are uploaded, others are ignored silently. This is an bug in user interface.
I have made a temporary solution using plugin template hook to let user know about the limit, sample code here for others...
We should display an error and abort upload. In git-master version we don't really have a place to display the hint as you proposed and I think the hint itself is not so much important.
Hello,
max. count of attachments uploaded at once is limited by PHP directive max_file_uploads. I think user should be informed about this and count of selected files should be checked by Javascript after selection (there is a html file input with multiple option in attachment composer form).
If user selects more files than actual max_file_uploads limit, only "max_file_uploads" files are uploaded, others are ignored silently. This is an bug in user interface.
I have made a temporary solution using plugin template hook to let user know about the limit, sample code here for others...
The text was updated successfully, but these errors were encountered: