MIME Type Error re ms-excel where the file is a csv file
I am trying to upload a file where the application accepts csv files but will not accept an Excel file. But the problem is that the file I am trying to upload really is a csv file! Among the steps I have taken to deal with this problem, with no success, are: Change the default association of Excel with csv files and copied the data in question to a plain text editor and then saved it with a csv extension. Nothing seems to work. This problem is browser independent. I have tried several different browsers, just to be sure.
The code executed on uploading the file reads, in pertinent part
<cffile action="upload" fileField="fileField" accept="text/csv,text/comma-separated-values,application/csv,application/x-filler" , etc.
Anyone have an idea why the application persists in thinking that the file I am uploading is being treated as if it were an ms-Excel file?
