Web-serving a file : Firefox truncates name

Posted by interstar on Stack Overflow See other posts from Stack Overflow or by interstar
Published on 2010-05-16T12:15:37Z Indexed on 2010/05/18 4:10 UTC
Read the original article Hit count: 268

Filed under:
|
|

I'm serving a file from Lighttpd whose name contains space-characters. I'm using mimetype "application/octet-stream"

When I download this in Chrome, it works perfectly. But when I download in Firefox, the filename is truncated at the first space.

Is this to do with the mimetype? With some other lightty config? Or maybe something to do with the kind of space-character I'm using?

© Stack Overflow or respective owner

Related posts about lighttpd

Related posts about mime-type