unclecheese/silverstripe-dropzone

on SS4 version

Opened this issue · 0 comments

Works fine so far only problem is Image upload.
After some looking I found out that the getFileClass function in FileAttachmentField.php is reporting File even if the file has an Image extension.

Simply replacing "$defaultClass == "Image" with "$defaultClass == Image:class" Fixed it.
Line 1315