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
Why does the FileAttachmentField require you to use setMultiple(true) and setMaxFiles(3) if you want to use multiple files? Why can't I just use setMaxFiles(3).
Hi @unclecheese,
Why does the FileAttachmentField require you to use
setMultiple(true)
andsetMaxFiles(3)
if you want to use multiple files? Why can't I just usesetMaxFiles(3)
.https://github.com/unclecheese/silverstripe-dropzone/blob/master/code/FileAttachmentField.php#L1269
The text was updated successfully, but these errors were encountered: