- Kusonjululiwe
When downloading file it no longer asks me where to save it even though I have it set up that way in settings
When downloading file it no longer asks me where to save it even though I have it set up that way in settings.
When downloading file it no longer asks me where to save it even though I have it set up that way in settings.
I designed a label in Avery, downloaded as a PDF and told my download to always open in Adobe Acrobat Reader. When I try to open the download I'm told that Reader can't p… (funda kabanzi)
I designed a label in Avery, downloaded as a PDF and told my download to always open in Adobe Acrobat Reader. When I try to open the download I'm told that Reader can't pen because it is either not a supported file type or the file has been damaged. How can I change the program that opens my downloads? I'm using latest Firefox on a Windows computer.
How to download
Whether the file is opened internally or directly downloaded to the desktop, the file name will be automatically changed to garbled text。This led to me manually correctin… (funda kabanzi)
Whether the file is opened internally or directly downloaded to the desktop, the file name will be automatically changed to garbled text。This led to me manually correcting the file name to be correct every time I downloaded, and my installation of the "Download File Name Encoding" plugin was also ineffective.
I would like to disable or remove the Firefox download manager. I currently use another download manager and Firefox interferes. Thanks
Hi. I'd like to know that there is a way to stop download torrent files and just let my torrent client /qbittorrent/ handle it. Even after i set it to open them with qbit… (funda kabanzi)
Hi. I'd like to know that there is a way to stop download torrent files and just let my torrent client /qbittorrent/ handle it. Even after i set it to open them with qbittorrent Firefox still downloads those files. I mean can delete them manually, but it is quite annoying.
打不开下载文件所在文件夹
I would like to be able set a keyboard shortcut to automatically toggle the option "always ask you where to save files" on and off. At times, I am downloading a lot of p… (funda kabanzi)
I would like to be able set a keyboard shortcut to automatically toggle the option "always ask you where to save files" on and off. At times, I am downloading a lot of pdf files from the Internet and these can all go into the downloads folder. However, I also need to frequently download pdf files and customize them before the download.
Hi, I'm running into an issue where when I download a CSV-file from a website it's downloading as a pdf when it should be downloading as a csv. If I after the download re… (funda kabanzi)
Hi, I'm running into an issue where when I download a CSV-file from a website it's downloading as a pdf when it should be downloading as a csv. If I after the download rename the file back to the csv-extension, I can open it in Excel. Any ideas? I run Linux on my laptop.
in my opinion downloading files requires much time compared to other browses so i just wanted to request if you can help to improve the way of saving files.thanks bold te… (funda kabanzi)
in my opinion downloading files requires much time compared to other browses so i just wanted to request if you can help to improve the way of saving files.thanks bold text
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… (funda kabanzi)
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?
i try to download the firefox bot not finish download
I have a few websites where I can download videos to view later. One of them downloads into the designated file but it shows up as an internet file (.html) and will not o… (funda kabanzi)
I have a few websites where I can download videos to view later. One of them downloads into the designated file but it shows up as an internet file (.html) and will not open or play as a video. What can I do to fix this without messing up the ones that work ?
I am trying to download videos from a site that I newly subscribed to. The videos do stream perfectly. The files do not download as video files and will not open at all. … (funda kabanzi)
I am trying to download videos from a site that I newly subscribed to. The videos do stream perfectly. The files do not download as video files and will not open at all. When I click on the download link, there is no recognition of a download happening and when I check my files later I have an "internet" file showing with a title but without a video file extension and nothing will open. The file extension is ".html". I am following the step by step instructions from the site involved. Other sites videos are downloading as expected.
Does firefox need to be my default browser? Any suggestions how to remedy this without losing what is working? Are there plug-ins that can address this issue?
Thanks.
Download not adding a number to like files when saving. For instance (mycardexp.doc if I download the same named file tomorrow mycardexp.doc it use to add a number like m… (funda kabanzi)
Download not adding a number to like files when saving. For instance (mycardexp.doc if I download the same named file tomorrow mycardexp.doc it use to add a number like mycardexp(1).doc FF has stopped adding the number showing that multiple files by the same name exist and how many.
Why can't Firefox warn you before it downloads an identical file. This is so in Free Download Manager.
Why I can not download youtube anymore?
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… (funda kabanzi)
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.
O, woe, I feel like Jacob Marley wailing in torment, ha! My correctly-set selection of "Always ask you where to save files" still does not function in 146.0 on Windows 10… (funda kabanzi)
O, woe, I feel like Jacob Marley wailing in torment, ha! My correctly-set selection of "Always ask you where to save files" still does not function in 146.0 on Windows 10 after I have gone through every permutation of settings, updates, restarts, etc., I can think of. Why does it always every time only automatically download to the download "Save files to" location (which one MUST set with no option to not set a download location). I have even selected "Ask whether to open or save files" on the "What should Firefox do with other files?" section. I want to be asked each time where to download just like Firefox used to allow and still falsely promises. Am I doing something wrong, or is it a vast Left Wing conspiracy with which Firefox is colluding to oppress people who want choice over their lives like me? :-)
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/?produc… (funda kabanzi)
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