How do I view file:// images from http://localhost served pages in Firefox 11?
问题 I've got a server running on my localhost machine (port 8080) that is trying to create IMG tags to local files. But, the files do not appear in Firefox 11. I was originally create the image tag using Javascript, but since that failed I fell back to HTML to experiment with various ways of directly referencing the file. None of the following work: <img src="file:///localhost:8080/C://Users/me/IMG_1000.JPG"> <img src="file:///localhost/C://Users/me//IMG_1000.JPG"> <img src="file:///C://Users/me