Blog
JavaScript Snippet – suffixFileSize()
If you would like to convert the amount of bytes (or bits) into the corresponding measure when the size is a kilobyte or bigger (or a kilobit or bigger) you can use the following JavaScript function: Here are some examples of using it: If you would like to know how Read more…