Menu

#16 Filenames with space get cut on download

v1.0 (example)
open
nobody
None
5
2013-10-29
2013-10-29
Armin
No

"my test file.txt" will become "my".
In inc/ftp_tools.php line 139 add quotes to the filename:

header('Content-Disposition: attachment; filename="' . $select_file . '"');

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.