Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined OS-Windows
New issue 139105 by heiko.adams: incorrect mime-type for csv-files
http://code.google.com/p/chromium/issues/detail?id=139105
Chrome Version : 20.0.1132.57 (Offizieller Build 145807) m
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Other browsers tested:
Firefox 14.x: OK
What steps will reproduce the problem?
1. create a website containing a <input type="file" id="uploadFile"
name="uploadFile" size="50">
2. upload a csv-file and check the mime-type of that file
What is the expected result?
Chrome sends "application/vnd.ms-excel" as mime-type
What happens instead?
Chrome should send either "text/csv" or "text/comma-seperated-value" as
mime-type
Please provide any additional information below. Attach a screenshot if
possible.