<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Firefox102. Files are downloaded without extension in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/8932#M3721</link>
    <description>&lt;DIV class=""&gt;Hi,&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;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?&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 01 Jul 2022 07:57:17 GMT</pubDate>
    <dc:creator>roxpec</dc:creator>
    <dc:date>2022-07-01T07:57:17Z</dc:date>
    <item>
      <title>Firefox102. Files are downloaded without extension</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/8932#M3721</link>
      <description>&lt;DIV class=""&gt;Hi,&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;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?&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:57:17 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/8932#M3721</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-01T07:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox102. Files are downloaded without extension</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/8950#M3729</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Taking up what I had written in the discussion &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;A title="Firefox 98 - PDF Dowload and view " href="https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/td-p/1174" target="_blank" rel="noopener"&gt;Firefox 98 - PDF Dowload and view&amp;nbsp; &lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;My application has a texButton with the following code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;window.open (url, '_ self', '');&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The DowloadServerlet add this header&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;response.addHeader ("content-disposition", "attachment");&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;response.setContentType("application/x-download-file");&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now, with FireFox 102, the application downloads &lt;STRONG&gt;myfile&lt;/STRONG&gt; and not &lt;STRONG&gt;myfile.pdf&lt;/STRONG&gt;. This problem is widespread throughout my application regardless of the type of file extension used&lt;/P&gt;&lt;P&gt;&amp;nbsp;Help!!!!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2022 12:15:34 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/8950#M3729</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-01T12:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox102. Files are downloaded without extension</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/9496#M4032</link>
      <description>&lt;P&gt;I reported the same problem in another thread for Citrix ica files.&amp;nbsp; Stating the obvious (since you've already identified this as a release 102 problem &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;), but downgrading to 101.01 resolved the issue for me.&amp;nbsp; I just had to remember to disable auto update!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 10:04:14 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/9496#M4032</guid>
      <dc:creator>MannySingh</dc:creator>
      <dc:date>2022-07-08T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox102. Files are downloaded without extension</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/9503#M4036</link>
      <description>&lt;P&gt;I solved partially by modifying my application and also setting the http header&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Content-disposition : attachment; filename="myFile.pdf"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;More details can be found in the following thred&lt;/P&gt;&lt;P&gt;&lt;A title="Firefox 98 - PDF Dowload and view " href="https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1174/page/3" target="_self"&gt;Firefox 98 - PDF Dowload and view&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 12:02:38 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/9503#M4036</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-08T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox102. Files are downloaded without extension</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/10448#M4597</link>
      <description>&lt;P&gt;This should be reported as a bug as it is not designed functionality.&lt;/P&gt;&lt;P&gt;I wish Mozilla would stop making these off the wall changes.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 16:44:23 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox102-files-are-downloaded-without-extension/m-p/10448#M4597</guid>
      <dc:creator>jknights</dc:creator>
      <dc:date>2022-07-23T16:44:23Z</dc:date>
    </item>
  </channel>
</rss>

