Why doesn't Firefox recognize lower case jpg files in HTML?
<img src="default.jpg"> is not recognized by firefox, but <img src="default.JPG"> is why is Firefox sensitive?
<img src="default.jpg"> is not recognized by firefox, but <img src="default.JPG"> is why is Firefox sensitive?
由cor-el于
所有回复 (2)
Hi dsmetts.
Actually none of the images you mentioned exist. But if you're talking about URL case sensitivity, it depends on the webserver (and hosting, where the page is loaded from), not your browser.
Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) where you encounter this?