Stuart blogged back in January about a known issue with downloading files from the files application using Chrome.
IBM do not officially support Chrome with Connections 3.0.1 – but our good friend & IBM Champion Sjaak Ursinus has devised a work around.
Header edit Content-Disposition ^(.*)creation-date=(.*);\smodification-date=(.*);$ “$1creation-date=\”$2\”; modification-date=\”$3\”;”
ensure the mod_header module is uncommented httpd.conf
save and close the file.
Restart the HTTP server to pick up the change
Sjaak’s full explanation can be found on the Connections Forum
This has also been fixed in 3.0.1.1 now which became available over the weekend.
That is good to know 🙂 thanks luis 🙂