Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can't save any pictures from anywhere

  • 2 respostas
  • 1 has this problem
  • 6 views
  • Last reply by cor-el

more options

This has happened to me before, but now it's really bad. I can't save ANY photos to my computer. For example, when I right click to save an image, say on Pinterest, and go to save it a file extension doesn't appear. When I click on the drop down menu for file type nothing shows up either.

I followed these suggestions, but no go.

https://support.mozilla.org/en-US/questions/1249717 https://support.mozilla.org/en-US/questions/1248840

Also, I don't have the option:

network.http.accept.default = text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

in my about:config.

I've cleared the cache and cookies and I had just did a clean install of the most recent update when I re-installed Windows 10. This is very frustrating to me because I save a lot of images from various sources. I'd really appreciate any and all help.

Thank you!

This has happened to me before, but now it's really bad. I can't save ANY photos to my computer. For example, when I right click to save an image, say on Pinterest, and go to save it a file extension doesn't appear. When I click on the drop down menu for file type nothing shows up either. I followed these suggestions, but no go. https://support.mozilla.org/en-US/questions/1249717 https://support.mozilla.org/en-US/questions/1248840 Also, I don't have the option: network.http.accept.default = text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 in my about:config. I've cleared the cache and cookies and I had just did a clean install of the most recent update when I re-installed Windows 10. This is very frustrating to me because I save a lot of images from various sources. I'd really appreciate any and all help. Thank you!

All Replies (2)

more options

Hi B,

I am sorry to hear you are having issues with saving images.

Are you able to drag and drop pictures?

There is add-on support which might be a workaround you are looking for : Double-click Image Downloader {link}

From what I understand, after enabling the extension you can either :

  • Right click any picture and select Download Image to save into your Downloads directory.
  • Double Click any picture to save into your Downloads directory.

Let me know if this helps!

more options

network.http.accept.default is no longer present as a pref in Firefox 66+, but defaults to */*

  • network.http.accept.default = "*/*"

The image.http.accept pref is still supported, but that only is to inform the website that WebP is supported.

  • image.http.accept = image/webp,*/*

Did you try to add the file extension (e.g. .jpg or .png) yourself in the save dialog?