Web/API/File/size

From Get docs
< Web/API‎ | File

Summary

Returns the size of a file in bytes.

Syntax

var size = instanceOfFile.size

Value

A number

Specification

Not part of any specification.

See also