SID-01288: File Download Error
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
|
| Category: |
CategoryBrowser |
Server OS: |
CentOS Linux 5.5 |
Last update: |
14 years ago |
I use Twiki.(Using Browser Internet Explorer 8.)
When downloading a file, the form of the file downloaded another form file.
For example, I want to download *.pptx. But, downloaded file form is *.xml or *.zip file. How do I fix it?
--
JaesungCha - 2011-10-10
Discussion and Answer
A .pptx file is a ziped xml file. It looks like you have an issue with the
Internet media type
on your twiki server. Make sure the
mime.types file indicated in the
{MimeTypesFileName} configure setting exists and is readable by the webserver user. The
mime.types file should define this:
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
--
PeterThoeny - 2011-10-10
I sincerely appreciate that. thank you.^^
--
JaesungCha - 2011-10-11
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.