-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bmp images get a bad file extension #464
Comments
@ebarra can you please provide me with the content type?
|
|
|
Could you send me the image? |
Github does not support uploading bmp. It tells me "Unfortunately we don't support that file type yet. Please use PNG, GIF, or JPG.". I send it to you by email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I upload a bmp image the file is well uploaded (in ViSH) but the resulting URL when showing the picture is http://localhost:3000/pictures/36.x-ms-bmp that does not work. The one that works is http://localhost:3000/pictures/36.bmp
The text was updated successfully, but these errors were encountered: