Determine the file type of 'pdf,xls,xlsx,doc,docx,ppt,pptx' according to the file arraybuffer achieved by js. File suffix or file name is not required. Further more, it can avoid wrong judgment by the ...
I'm using Android Marshmallow Emulator and react-native-document-picker to pick a file which the response is a file URI then I convert it using react-native-get-real-path and the response is a ...