- 已解決
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.
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… (閱讀更多)
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?
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… (閱讀更多)
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.
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… (閱讀更多)
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… (閱讀更多)
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… (閱讀更多)
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.
Why can't Firefox warn you before it downloads an identical file. This is so in Free Download Manager.
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… (閱讀更多)
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… (閱讀更多)
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… (閱讀更多)
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… (閱讀更多)
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. … (閱讀更多)
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.
How to download
打不开下载文件所在文件夹
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… (閱讀更多)
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.
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… (閱讀更多)
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.
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… (閱讀更多)
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