mother / react-files

A file input (dropzone) management component for React
MIT License
145 stars 35 forks source link

fix conversion from Bytes to GigaBytes #29

Open CiprianDraghici opened 4 years ago

CiprianDraghici commented 4 years ago

When an image with exactly 1MB is used, the fileSizeReadable ouput contains wrong value for file size (instead of 1MB it returns 2MB which is wrong)