<div dir="ltr"><div class="gmail_quote">On Thu, Dec 17, 2009 at 1:13 PM, Oleg Goldshmidt <span dir="ltr">&lt;<a href="mailto:pub@goldshmidt.org">pub@goldshmidt.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Dec 17, 2009 at 12:40 PM, shimi &lt;<a href="mailto:linux-il@shimi.net">linux-il@shimi.net</a>&gt; wrote:<br>
<br>
&gt; <a href="http://kb.mozillazine.org/File_types_and_download_actions#Managing_content_types_-_Firefox_3" target="_blank">http://kb.mozillazine.org/File_types_and_download_actions#Managing_content_types_-_Firefox_3</a><br>

&gt;<br>
&gt; File types are added to the list after first being seen by the browser and<br>
&gt; acted upon...<br>
<br>
</div>I mentioned this article in my original post. There is no plugin for<br>
csv files (or for txt file, or for shell scripts, or for C files - all<br>
of these and more are treated as text, I guess), and there is no<br>
save/open dialog for them that would allow me to set the action.<br>
<font color="#888888"><br></font></blockquote><div><br>I see...<br></div></div><br>What happens if you force it? i.e. use a PHP script that has:<br><br>&lt;?php<br><br>header(&#39;Content-disposition: attachment; filename=whatever.csv&#39;);<br>
<br>?&gt;<br><br>and browse to it?<br><br>If you don&#39;t have a server with a PHP to host this on, I can create such a URL for you...<br><br>-- Shimi<br></div>