cancel
Showing results for 
Search instead for 
Did you mean: 

Fileuploader File types shown as empty for “.msg” files

0 Kudos

Hi,

We are doing Custom SAPUI5 application, we have an attachment upload scenario in which we used File uploader UI5 control, Fileuploader File types shown as empty for “.msg” files

We have used below code to get File name and File type

var file = jQuery.sap.domById(oFileUploader.getId() + "-fu").files[0];

var filename = file.name;

var fileType = file.type;

for ms word file we get file type :"application/msword"

for .msg file we get file type empty

Kindly help us to solve the issue.

Thanks.

Accepted Solutions (0)

Answers (0)