EDIT:
I need to get an image out of "resources" package, the image is in the folder `C:/folder, this code works in Explorer browser, but don't works un google chrome browser.
want my project to work on both of us.
<p:row>
<p:column>
<h:graphicImage
url="file:///C:/test/2018/03/13/test.jpg"
style="width: 100%;margin-top: 10%;" />
</p:column>
</p:row>
I'm trying use the above code, but it doesn't work.
EDIT 2:
I tryed:
- execute Google Chrome as Administrator;
execute chrome with permission to access files and folder using
--allow-file-access-from-files