I want load a file from the file system in a web server (Jetty).
I used eXist-db
and this uses Jetty.
I changed jetty.xml
and inserted resourceBase
element into the resource handler,
but this change does not work in Windows. But it does work correctly in Linux.
I want to load a file from any path in Windows with iFrame
.
For example :
<iframe src="c:\newfolder\test.pdf" />
<iframe src="d:\newfolder\test.pdf" />