Added csv as to filetype list and associating it with xls. #1165

Open
vmachavolu wants to merge 1 commits from vmachavolu/development into development

View File

@@ -125,6 +125,7 @@ export class FileType {
'xls': 'xls',
'xlsx': 'xls',
'ods': 'xls',
'csv': 'xls',
'mp4': 'video',
'avi': 'video',
'wmv': 'video',