yiidoc / yii2-redactor

Extension Redactor WYSIWYG for Yii2 framework
BSD 3-Clause "New" or "Revised" License
186 stars 87 forks source link

Image src fullpath #87

Open asynadak opened 5 years ago

asynadak commented 5 years ago

When the user adds an image, the src of the img item is set to local path (i.e. /uploads/myimage.jpg). Can it be saved as a fullpath (i.e. https://www.mywebsite.com/uploads/myimage.jpg)?