Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

downloading csv file does not ask for where to store file

  • 2 antwoorde
  • 2 hierdie probleem
  • 3 views
  • Laaste antwoord deur Astridr

more options

Firefox is set to "Always ask me where to save files".

I have a WebService from which to download a download.csv file via a POST request (must be a POST request and not a GET request due to data issues). I'm using jquery.fileDownload.js in the Website to achieve this. When pressing the download button, the screen 'Opening download.csv' opens with the option 'Save File' preset. After pressing OK, an explorer window should occur to be able to choose the file location. But it is NOT shown. Instead nothing more happens.

What could be the problem? P.S.: in other browsers it works fine.

Firefox is set to "Always ask me where to save files". I have a WebService from which to download a download.csv file via a POST request (must be a POST request and not a GET request due to data issues). I'm using jquery.fileDownload.js in the Website to achieve this. When pressing the download button, the screen 'Opening download.csv' opens with the option 'Save File' preset. After pressing OK, an explorer window should occur to be able to choose the file location. But it is NOT shown. Instead nothing more happens. What could be the problem? P.S.: in other browsers it works fine.

Gekose oplossing

Hello gnittala,

thanks for your response. 1. MIME type is set correctly. 2. When using this config, the file is downloaded correctly.

Now I found out, what was the problem: the jquery.fileDownload.js plugin was deleting the internally used iframe too early, so that the explorer window could not be displayed. Keeping the iframe longer (at least until explorer window is shown, or easier reuse it in next download call) solves the problem.

Astridr

Lees dié antwoord in konteks 👍 0

All Replies (2)

more options

Hello,

Can you please check the following 1. The MIME type of the CSV file being pushed from the webservice 2. If you have set FF preferences to always download the CSV file to a specific location (Firefox -> Preferences -> General -> Downloads)

Once we are sure that the file is indeed getting downloaded, then the next step would be to enable the user to get the prompt for the location to save the file in.

Thank you

more options

Gekose oplossing

Hello gnittala,

thanks for your response. 1. MIME type is set correctly. 2. When using this config, the file is downloaded correctly.

Now I found out, what was the problem: the jquery.fileDownload.js plugin was deleting the internally used iframe too early, so that the explorer window could not be displayed. Keeping the iframe longer (at least until explorer window is shown, or easier reuse it in next download call) solves the problem.

Astridr