Opened 13 years ago
Closed 13 years ago
#1587 closed enhancement (fixed)
Add text/csv to list of MIME types
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.17.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
For some reason this common file format is missing in the default installation which means that .csv files can get some strange MIME type that is decided by the browser uploading the file (eg. application/vnd.ms-excel). Or no MIME type at all when using the FTP upload.
In case this is urgent for someone a server admin can easily add it manually:
MIME type: text/csv File extension: csv
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5587]) Fixes #1587: Add text/csv to list of MIME types