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 10 months ago

sokollondon commented 4 years ago

Is there such functionality?

dmkdesign commented 10 months ago

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