Web-serving a file : Firefix 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/16
12:20 UTC
Read the original article
Hit count: 275
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