Fileinfo
The object allows access to the characteristics of a file.
*value* = *fileinfo*.name()
*value* = *fileinfo*.name()
Returns the name of the file.
*value* = *fileinfo*.dimension()
*value* = *fileinfo*.dimension()
Returns the size of the file in bytes.
*value* = *fileinfo*.convertfiletobase64()
*value* = *fileinfo*.convertfiletobase64()
Converts the file to a base 64 string.
*value* = *fileinfo*.convertfiletobase64zip()
*value* = *fileinfo*.convertfiletobase64zip()
Compresses the file and converts it to a base 64 string.