luisfuertes / react-native-file-picker

File Picker for React Native
67 stars 32 forks source link

File size #43

Closed ManuelJF closed 5 years ago

ManuelJF commented 5 years ago

I need to add get the fileSize in my app to display in the a list and i added the file size of the selected file.

i added two need keys for the response (readableSize and size).

readableSize use the FileUtils from apache.commons.io module and return String like "2 KB, 1 MB, etc..."

size use a File instance and return the (Long) length of that instance like "27254" and the readableSize is "26 KB".

luisfuertes commented 5 years ago

Thanks!

Published on 0.0.19