Hi All
Have an internal (intranet app) and there are images that I want to include that are on a unc path. The UNC path built dynamically based on the source XML and is like this:
\\SERVER\File Share\ERP\Training Materials\Job #56446/36732_001.jpg
How would I create this is the HTML?
Not sure whether I need to do any or all of the following
- Escape slashes,
- Switch to forward slashes
- Use a file:// prefix
- Replace spaces with %20, etc.
I'm figuring my final HTML will be something like this:
<img style="page-break-before: always; height: 100px; width: 100px;" src="{$full_layout_path}"/>
TIA
MArk
Have an internal (intranet app) and there are images that I want to include that are on a unc path. The UNC path built dynamically based on the source XML and is like this:
\\SERVER\File Share\ERP\Training Materials\Job #56446/36732_001.jpg
How would I create this is the HTML?
Not sure whether I need to do any or all of the following
- Escape slashes,
- Switch to forward slashes
- Use a file:// prefix
- Replace spaces with %20, etc.
I'm figuring my final HTML will be something like this:
<img style="page-break-before: always; height: 100px; width: 100px;" src="{$full_layout_path}"/>
TIA
MArk