==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=6256
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Summary: Files with spaces in the names not downloaded by
Firefox correctly
Classification: Contribs
Product: SME Contribs
Version: 7.5
Platform: PC
OS/Version: Unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: smeserver-webshare (Needs a maintainer)
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Firefox doesn't handle files with spaces in the name, everything after the
first whitespace is truncated, so this change needs to be applied to the
/opt/webshare-tools/phpfm/incl/libfile.php (and any existing instances in web
shares that have been created already):
Original, line 42
header("Content-Disposition: attachment; filename=$filename");
New
header("Content-Disposition: attachment; filename=\"$filename\"");
--
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/