davidyell / CakePHP-Proffer

An upload plugin for CakePHP 3
MIT License
117 stars 63 forks source link

how to save mimetype in db #289

Closed davidecantoni-cdinformatica closed 2 years ago

davidecantoni-cdinformatica commented 2 years ago

Hi, there's a way to save in db the mimetypes of the files I'm uploading? like 'root' or 'dir' ther's an option to declare mimetypes ?

Thanks

davidyell commented 2 years ago

No, it's not supported in the plugin. You'd have to extend the behaviour with your own class and implement this. Perhaps in the beforeSave method.