file-information
Reactive icon

File Information

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 6 Feb
 by 
5.0
 (1 rating)
file-information

File Information

Documentation
1.0.0

Options

 

File Information 

  • Provides information about the file before it is uploaded, making it possible to perform client-side validations.
    • Name: Returns the name of the file referenced by the File object.
    • Type: Returns the type of the file referenced by the File object.
    • Size: Returns the size of the file referenced by the File object.
    • LastModified: Returns the last modified time of the file, in millisecond since the UNIX epoch (January 1st, 1970 at Midnight).
    • LastModifiedDate: Returns the last modified Date of the file referenced by the File object.