Hi,I have some bad news regarding the soap opera of downloading files. With the latest update the downloaded files have no extension. But how is this possible?
1. Ability to view PADES signatures2. Ability to view whether it is a PDF/A or PDF/B3. Give the possibility to developers to castomize the viewer directly from javascrtip (example disable the printer key)
Managing PDF downloads and viewing has become a big problem with version 89. I am a programmer who has been working on healthcare applications for a few years and there are scenarios where it is convenient to download and in others where it is conven...
"This change addressed problems with data loss for users who could not re-download files they forgot to save after they were removed from the Temp folder. However, now users who preferred those files to be "out of sight, out of mind" are faced with t...
I solved partially by modifying my application and also setting the http headerContent-disposition : attachment; filename="myFile.pdf"More details can be found in the following thredFirefox 98 - PDF Dowload and view
The pdf problem seems to be related to a bug reported 14 years ago and fixed on FireFox 98https://bugzilla.mozilla.org/show_bug.cgi?id=453455other interesting linkshttps://bugzilla.mozilla.org/show_bug.cgi?id=1769368https://bugzilla.mozilla.org/show_...
I report my last test.By setting the headers as follows:Content-disposition : attachment; filename="myFile.pdf"ContentType: x-download-pdfthe PDF viewer opens in a new tab and at the same time the download is made
Hi jscher2000, Thanks for answering me. I found the problem. It seems that Firefox102 adds the file extension according to the value of the contained ContentType response header . I did some tests (pdf download), in particular by setting ContentType:...