mime type text/csv is not recognized under file type 'xls' #981
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are issues regarding file type validation through the use of the input value allowedFileType.
Looks like from the source that the mime type text/csv is not considered to be part of the type xls, causing some issue regarding not windows users.
Since the field allawedFileType should specify files of a same "kind" I suggest to include csv related to the mime type array for xls or adding another file type for csv.
has there been any update on this?