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

downloading csv file does not ask for where to store file

  • 2 svar
  • 2 har dette problemet
  • 32 views
  • Siste svar av 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.

Valgt løsning

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

Les dette svaret i sammenhengen 👍 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

Valgt løsning

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