CTOlet / yii2-attachments

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

How to add dynamic location #60

Open adiramardiani opened 7 years ago

adiramardiani commented 7 years ago

Currently the location for uploaded file is set by random directory with md5(microtime(true) . $filePath)

How to set with custom location like path/attribute_id/attribute_2/etc... ?