Can I get an image of any directory on my PC to put on my HTML page? [closed]

1

Can I get an image of any directory from my pc, or can I just get images from the project directory only? I'm using JSF:

h:graphicImage url="C:\teste\rcvp2_180420160013_0000000_1.jpg" />
    
asked by anonymous 03.10.2018 / 21:49

1 answer

4

You can! But if you want to put the site in the cloud, nobody will be able to see it.

'What it says is: put everything in a folder, inside it, put your index.html, then create a folder for css, one for images and so on ...

    
04.10.2018 / 01:51