Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This should work as expected, here's another SOq with the same problem:</p> <ul> <li><a href="https://stackoverflow.com/questions/1628260/downloading-a-file-with-a-different-name-with-php">Downloading a file with a different name to the stored name</a></li> </ul> <p>and also the Mozilla page (I guess you were referencing this one):</p> <ul> <li><a href="http://kb.mozillazine.org/Filenames_with_spaces_are_truncated_upon_download" rel="nofollow noreferrer">http://kb.mozillazine.org/Filenames_with_spaces_are_truncated_upon_download</a></li> </ul> <p>I don't know the specifics of your server side code, but here are some things to confirm / try:</p> <ul> <li>If you have PHP available at the server, can you try the code from the first link above? If not, you can probably find something on the Net in your language of choice. That way, you can confirm whether the issue is in your code or somewhere else (server setup, browser, etc.)</li> <li>Is this happening on other client machines (i.e. where you try the download from) or only on that one? You might want to try others to confirm. </li> <li>Is this working fine in IE / Safari or some other browser? You can even try doing it with <code>wget</code> or <code>curl</code> from the command line or something like that.</li> <li>Are you also providing the <code>Content-Type</code> header correctly? </li> <li>Can you try downloading some other file or a file of a different type, e.g. a <code>.png</code> or a <code>.xls</code>? In fact, probably the easiest would be to try a plain text file (<code>text/plain</code>) and then take it from there.</li> </ul> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload