- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
DenisChenu wrote: And if you add image like this:
<img src="/[LimeSurvey_Installation_Name]/upload/themes/survey/[myTheme]/files/[filename]" />
It's directly included in email : image is attached.
I think if you use browser server for attach image : it does the job.
As far as I know, this is normal Linux behavior. File paths are case sensitive in Linux, different to Windows. As far as I know, Limesurvey Pro hosts on Linux (just as so many others).BTW, while testing I found out that the paths strings are case sensitive. Didn't expect that. Important to know, though.
<img alt="" src="/upload/themes/survey/skelvanilla/files/poweredby.png" style="width:100px;height:auto"/>
ok, I will check again, THX for all the help!DenisChenu wrote: ...
Work like a charm : review your urlCode:<img alt="" src="/upload/themes/survey/skelvanilla/files/poweredby.png" style="width:100px;height:auto"/>
Ok, thx, will have to be careful with that from now on.holch wrote: ... As far as I know, Limesurvey Pro hosts on Linux (just as so many others).