burzum / cakephp-file-storage

Abstract file storage and upload plugin for CakePHP. Write to local disk, FTP, S3, Dropbox and more through a single interface. It's not just yet another uploader but a complete storage solution.
MIT License
197 stars 84 forks source link

Can't save file when creating related model #186

Closed koffisani closed 5 years ago

koffisani commented 5 years ago

I'm trying to create Companies entity and figured out I can't add related image at the same time. I'm getting

Warning (2): file_get_contents(): Filename cannot be empty [ROOT/vendor/burzum/file-storage/src/Event/ImageProcessingListener.php, line 287]

What am I doing wrong ?

burzum commented 5 years ago

I don't know. Given the lack of information I can't tell you anything. But I can tell you it works because we do that in my company as well.

burzum commented 5 years ago

Closing this because of a lack of feedback. Please provide more information and re-open if needed.