CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Possibility of attaching files to the model with possible errors #77

Closed villagecloud closed 5 years ago

villagecloud commented 5 years ago

Hello guys,

I've attached Nemmo/yii2-attachments to my model through the behaviours, but I want to upload attachments even if there are errors in the model (#model->errors).

Really, I don't understand how to disable model validation using this module because the upload always fails when the is an error in the model.

Please advise if there is any workaround.