unclecheese/silverstripe-dropzone

Image not selected after save

Opened this issue · 2 comments

I'm having problems with FileAttachmentField. When uploading an image, the image is uploaded, but when I publish the page, the image is no longer selected/visible in the FileAttachmentField control. I have to click on "choose from existing files" and select the image again and then republish the page. Which usually works, but sometimes the image is gone again, after the save.

Is anyone else seeing this behavior?

Am I the only one with this problem?

Just did some more testing and the error seems to appear when uploading a file with a filename that's already taken by another file in Silverstripe. Is anyone else able to verify this?