Closed
Bug 453127
Opened 16 years ago
Closed 16 years ago
can't download file
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 429827
People
(Reporter: jsaintyv, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Since few day, I can't download file. When I click on .zip or .exe. Firefox ask me for actions where I want save the file. But when I validate it the download manager don't launch.
I can open it by menu or Ctrl-J. It was always empty.
Reproducible: Always
Actual Results:
can't download.
Expected Results:
able to download file.
My configuration
I try to delete all extensions (Webdev, dictionary)
I'm under Windows with Avast and Proxy on my network.
I already test the problem with Avast Deactivate and an internal site web, I can't always download.
But I can clean the problem by delete my profile. The new profile can download file and my download manager work
Comment 1•16 years ago
|
||
PLease check if the download location setup in the preferences still exists or set it to a fixed and available download location
Hi,
I found. I would send my prefs.js but i need to clean some data beforce to send.
And I found how to correct the problem. My last download have been save on removable storage (G: in sample).
user_pref("browser.download.dir", "G:\\download");
user_pref("browser.download.downloadDir", "F:\\download");
user_pref("browser.download.folderList", 2);
user_pref("browser.download.lastDir", "F:\\download");
user_pref("browser.download.manager.alertOnEXEOpen", true);
user_pref("browser.download.manager.closeWhenDone", true);
user_pref("browser.download.save_converter_index", 0);
user_pref("browser.download.useDownloadDir", false);
If I change "G:\\download" in "F:\\download". I can download and download manager work correctly.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•