Save embedded images with corresponding filename
Categories
(Firefox :: File Handling, enhancement)
Tracking
()
People
(Reporter: marcoagpinto, Unassigned)
References
()
Details
Heya,
When I right-click on a website embedded image and select to save the image, the default filename is "Untitled."+extension.
It doesn't preserve the name that is in the base64 code.
Could it be improved?
Thanks!
Comment 1•8 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'WebExtensions::Untriaged' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
![]() |
||
Updated•8 months ago
|
Comment hidden (obsolete) |
Reporter | ||
Comment 3•8 months ago
|
||
no, no, no.
See the images here:
https://proofingtoolgui.org/faq.html
data:image/png;filename=dictionary_change_ff_sharp.png;base64,iVBORw blah blah blah
It has a filename embedded.
Comment 4•7 months ago
|
||
I was able to reproduce the issue on Win11x64 using FF build 131.0
Marking issue as new since it is an enhancement.
Comment 5•7 months ago
|
||
I have never heard of or seen this filename
parameter before. I don't think this is specified anywhere. Marco can you point to some source or specification for this?
Reporter | ||
Comment 6•7 months ago
|
||
(In reply to Tom Schuster (MoCo) from comment #5)
I have never heard of or seen this
filename
parameter before. I don't think this is specified anywhere. Marco can you point to some source or specification for this?
Sure, I drag'n'drop the images into the compose window of Thunderbird and then save as HTML.
Then with a webpage editor of the kind of WYSIWYG, I copy the image embedded by Thunderbird into my web pages.
Description
•