<div dir="ltr"><div class="gmail_quote">On Thu, Dec 17, 2009 at 1:13 PM, Oleg Goldshmidt <span dir="ltr"><<a href="mailto:pub@goldshmidt.org">pub@goldshmidt.org</a>></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 <<a href="mailto:linux-il@shimi.net">linux-il@shimi.net</a>> wrote:<br>
<br>
> <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>
><br>
> File types are added to the list after first being seen by the browser and<br>
> 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><?php<br><br>header('Content-disposition: attachment; filename=whatever.csv');<br>
<br>?><br><br>and browse to it?<br><br>If you don't have a server with a PHP to host this on, I can create such a URL for you...<br><br>-- Shimi<br></div>