Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Can't save any pictures from anywhere

  • 2 réponses
  • 1 a ce problème
  • 2 vues
  • Dernière réponse par 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!

Toutes les réponses (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?