Images uploaded by simpla-img (converted from base64) are missing a file extension when they're pulled back in as the img src. This breaks a lot of common browser behavior, eg:
No contextual menu items like 'open image in new tab' or 'copy image'
Downloading results in unknown filetype that can't be viewed unless you add appropriate extension
I imagine this should be a quick API patch? Just read the base64 type when we convert it to a blob and add the appropriate file extension to the filename.
Images uploaded by simpla-img (converted from base64) are missing a file extension when they're pulled back in as the img src. This breaks a lot of common browser behavior, eg:
I imagine this should be a quick API patch? Just read the base64 type when we convert it to a blob and add the appropriate file extension to the filename.