Using FlexWikiCore-2.0.0.186
Upload a .docx file (Microsoft Word 2007 format) using File Attachment tools.
Click on the generated link and get a page not found error.
This is most likely not a FlexWiki bug, but a configuration issue with IIS. IIS needs to be told how to manage a ".docx" file in the mime types. As an alternative it is possible to wrap it in a zip file and upload that file and then later access the docx file after downloading the zip file.
The way to confirm that this is a correct identification of the issue is to verify that the file upload is in <FlexWiki_root>/content/upload/doc directory. If the file is there then this is a IIS configuration issue (please close the bug). If it is not try to provide additional information to identify the issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1602893
Originator: NO
This is most likely not a FlexWiki bug, but a configuration issue with IIS. IIS needs to be told how to manage a ".docx" file in the mime types. As an alternative it is possible to wrap it in a zip file and upload that file and then later access the docx file after downloading the zip file.
The way to confirm that this is a correct identification of the issue is to verify that the file upload is in <FlexWiki_root>/content/upload/doc directory. If the file is there then this is a IIS configuration issue (please close the bug). If it is not try to provide additional information to identify the issue.
Logged In: YES
user_id=2023776
Originator: YES
The ".docx" file was indeed in the specified directory. I configured IIS and added ".docx" type to its MIME type list. Now it is working.
Issue resolved.