unclecheese/silverstripe-dropzone

Why setMultiple() requirement?

Opened this issue · 0 comments

Hi @unclecheese,

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).

https://github.com/unclecheese/silverstripe-dropzone/blob/master/code/FileAttachmentField.php#L1269