Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can't save any pictures from anywhere

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 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!

所有回复 (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?