|
|
|
|
|
by sillysaurusx
23 days ago
|
|
Unfortunately that downloads the file directly, rather than displaying it in browser, so it's not a very nice way of linking screenshots to someone. The other use case is an html file that contains references to images within the same folder, like <img src="foo.png">. You'd want it to display in the browser, not download the html page as a file. |
|