CTOlet / yii2-attachments

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

Configurable upload and temp path per model #32

Open petranden opened 9 years ago

petranden commented 9 years ago

Is there a way to configure upload and temp path per model. For example when i attach files to user i need to have path like avatars/user1/... and on documents i need to have path like documents/pdf/.... How could i achieve such a functionality?

Mi5i commented 9 years ago

Need exactly the same here. Anyone?

CTOlet commented 9 years ago

That is good idea, but, unfortunately, now I have not time to code that feauture. You can fork and do that or wait for me.