CTOlet / yii2-attachments

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

Open file instead of download #78

Closed sokollondon closed 1 year ago

sokollondon commented 4 years ago

Is there such functionality?

dmkdesign commented 1 year ago

Completed in latest pull-request. Use $file->getUrl(true) when generating links to open file instead of download.