Field::filesize

Version 3.7

Filesize

Get the size of the file

Return value

Int Filesize in bytes

Full documentation

Get size of the file:

$sizeMb = $Order->contract->filesize / 1024 / 1024;