yii-dream-team / yii2-upload-behavior

Yii2 file/image upload behavior for ActiveRecord
http://yiidreamteam.com/yii2/upload-behavior
MIT License
77 stars 45 forks source link

How to save filename with own data or random? #11

Closed mydesign closed 8 years ago

mydesign commented 8 years ago

like $filename = date('dmY');

and use it at placeholder? [[filename]]

metalagman commented 8 years ago

you need to add separate unique name attribute to the model and use it: for example you can add field upload_fname and access it from the field template as [[attribute_upload_fname]]

metalagman commented 8 years ago

@mydesign помогло?