Showing questions tagged:

Firefox is unable to save files or images on other drives

Hi there I have the problem that my firefox can save any file or download on my other drives since they arent event show as an option. I did a little research and read th… (read more)

Hi there I have the problem that my firefox can save any file or download on my other drives since they arent event show as an option. I did a little research and read that by default in linux for security reason was unable to, but asking in the official forum of my distro (cachyos), they can save thing in other drives with no problems.

So i wanted to know why i dont?, my firefox installation is native at installing the dristro and having all perimission but it cant see my drives except the one is installed to (and where my OS is).

The only thing different i actually do is the folder where my current user info is saved, i moved the files from my user but with the files i had from my old windows session to impor my saved sites, favorites, etc.

Can you help me to be able to save files or images on my other drives?, thank you for time.

Archived 5 319

Downloaded file is deleted when close Web window

After downloading a file which is saved to my Mac Download Folder the file is removed once I close the Firefox Web window. I checked the folder before the window was clos… (read more)

After downloading a file which is saved to my Mac Download Folder the file is removed once I close the Firefox Web window. I checked the folder before the window was closed and the file was there. After closing the window the file is no longer in the folder. Also it is not in the trash.

Archived 1 310

"save image as" behaviour in dialogue window

When I do "save as " action for an image in the browser it opens dialogue window to save selected image. Unfortunately it displays files and folders in some random order,… (read more)

When I do "save as " action for an image in the browser it opens dialogue window to save selected image. Unfortunately it displays files and folders in some random order, rather than my preferred order (sorted alphabetically by name, followed by sorting by type).

I can see no rhyme or reason to the way Firefox lists files and folders in the dialogue window, so every time I am saving an image I have to sort things by name and type before I can find what I want.

This is not permanent so I have to repeat this action every time I save an image.

How do I, please set application preferences? to make this setting permanent?

Archived 8 310

"Always ask you where to save files" - but it's not asking

Using Firevox 142.0.1 on a MacBook Air. I always have "Always ask you where to save files" checked in Preferences, but lately it sometimes fails to ask me. For example, i… (read more)

Using Firevox 142.0.1 on a MacBook Air. I always have "Always ask you where to save files" checked in Preferences, but lately it sometimes fails to ask me. For example, if I try to download a file from Google Drive. Is anyone else having this problem? Is there something I can do about it?

Solved Archived 4 308

Download "save as" dialog doesn't appear until first bytes of the response body are received

Hello! I am developing a web server, from which users can download large files. These files take a few seconds to generate, and cannot be generated ahead-of-time; only wh… (read more)

Hello! I am developing a web server, from which users can download large files. These files take a few seconds to generate, and cannot be generated ahead-of-time; only when a user requests them. The server therefore responds to such requests by first sending the HTTP response headers (without "Content-Length"), which can be written immediately, then generating the file, and sending the generated file as the response body.

In Chromium, this leads to the "Save As..." dialog appearing instantly, so the file can be generated & downloaded in the background while the user picks a location.

In Firefox (v132, linux x64), the "Save As..." dialog waits for the file to be generated before appearing, which is not user-friendly. During deeper testing, I discovered that Firefox appears to wait for my server to send at least 1 byte of data from the file (in the response body, after sending the HTTP response headers), before the "Save As..." dialog appears.

I have searched the Firefox settings and documentation but did not find anything that would explain this behavior. Is this a bug?

Archived 2 300

Unable to download to desktop by default in settings

When capturing a screenshot, I used to save to desktop as default (as set in settings). Now, regardless of the default folder set in settings, FF always downloads to "Dow… (read more)

When capturing a screenshot, I used to save to desktop as default (as set in settings). Now, regardless of the default folder set in settings, FF always downloads to "Downloads" folder. Very irritating. So now I click the "always ask" checkbox in settings. Is this a bug or a feature???

Solved Archived 2 299

Download Error for Adobe Illustrator (.ai) Files Change to .pdf

I teach an online Adobe Illustrator Course. Students upload (.ai) Adobe Illustrator files. Not .svg or .pdf. But Firefox changes the (.ai) extension to (.pdf) upon downlo… (read more)

I teach an online Adobe Illustrator Course. Students upload (.ai) Adobe Illustrator files. Not .svg or .pdf. But Firefox changes the (.ai) extension to (.pdf) upon downloading. This is HIGHLY irritating. Firefox, in prior versions, did not do this. In Firefox settings for Applications, there isn't a choice for .ai (Adobe Illustrator) files. I 'assume' that when AI (artificial intelligence) became available is when Firefox began automatically changing (.ai) files to (.pdf). PLEASE SOLVE this as I have to manually change the (.pdf) extension BACK to (.ai) HUNDREDS of times a day.

Professor Brian Sauriol

Archived 4 290

Download

Can I downloaded automatically from Firefox even in the platform that I opened doesn't have facility to download?

Archived 1 289

Can't download anything (including extensions). Wont work in safe mode, wont with extensions disabled

As I was downloading a video from Google Photos, it showed the yellow by the download arrow and said it failed. I tried multiple file types: mpeg, jpeg, mp4, exe. I googl… (read more)

As I was downloading a video from Google Photos, it showed the yellow by the download arrow and said it failed. I tried multiple file types: mpeg, jpeg, mp4, exe. I googled what to do and my answer was: Disable extensions, start in safe mode, clear cookies, clear history, clear download history. I did all that and I can still not download. I restarted my computer and nothing changed. on FF version 136.0.2

Archived 3 289

video download helper

how do I download video download helper to my Firefox browser? I'm in a cul de sac in your website. There's no button to push to get the add on. Please help thank you j… (read more)

how do I download video download helper to my Firefox browser? I'm in a cul de sac in your website. There's no button to push to get the add on.

Please help thank you john

Archived 4 278

Download Part of Firefox for Android

When I download files from websites, the download list will never display what is going on, although the status bar will display. If I want to stop downloading, I have to… (read more)

When I download files from websites, the download list will never display what is going on, although the status bar will display. If I want to stop downloading, I have to turn off the wifi or kill the program process. When tabs appear at the bottom, they block web content. I know it hides when I swipe down, but the web page prohibits content for me to scroll down and I'm going to be bothered.

Archived 6 278

Can't uncompress download of Firefox 135.0

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing. curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product… (read more)

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing.

curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" && tar -C /tmp -xjf /tmp/firefox.tar.bz2 firefox

Starting with 135.0 the tar command fails with:

bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now 

134.0.2 works: curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-134.0.2....

A couple questions: - What has changed? Is there some other way we need to download and uncompress? - Is there any documentation of the supported query params for https://download.mozilla.org

Thanks, Paul

Archived 3 270