Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Preserve filename while downloading file in firefox

more options

I am trying to rename the downloaded files from sql server reporting services in firefox. The default name is the actual filename.pdf or some other available options. It is working in IE and chrome..I have changed the default file name by adding "_YYYYMMDD" at the end of the file name so let's say it appears as Filename_YYYYMMDD.pdf. The solution is working in Chrome and IE's latest version. With firefox, it is however replacing "_" with "%5F" so the name appears as Filename%5FYYYYMMDD.pdf

Is there any way i can fix it in firefox? Any help on this is appreciated.

I am trying to rename the downloaded files from sql server reporting services in firefox. The default name is the actual filename.pdf or some other available options. It is working in IE and chrome..I have changed the default file name by adding "_YYYYMMDD" at the end of the file name so let's say it appears as Filename_YYYYMMDD.pdf. The solution is working in Chrome and IE's latest version. With firefox, it is however replacing "_" with "%5F" so the name appears as Filename%5FYYYYMMDD.pdf Is there any way i can fix it in firefox? Any help on this is appreciated.

Сви одговори (3)

more options

That file name come from the site your getting it from and different Browser interpret it differently. And do you click to save after clicking on the file itself? And is there a way other can test that link?

more options

See if using a hyphen rather an underscore in the modified file name works better when editing a file name.

IOW, adding -YYYYMMDD works better.

more options

Where are you setting the file name "Filename_YYYYMMDD.pdf"?

Is that from the server in a header like:

content-disposition: attachment; filename="Filename_YYYYMMDD.pdf"

Or on the browser side in a script or add-on?

Or by hand in the Save As dialog?