Can I use images without extension in ? [duplicate]
Yes, you should be able to. Browsers initially don’t look at the filename, they look at the MIME type listed in the Content-type header in the response from the HTTP server. If the content type is image/jpeg, or png or gif or whatever, things are good and it will happily render the image. If there … Read more