Enumerations

Name Values
This class exposes no enumerations.

Constants

Name Type Value
This class exposes no constants.

Events

Definition Description
This class exposes no events.

Methods

Definition Description
Constructor( FileName as String, FileType as String, FileSize as Integer, FileData as String ) Creates an instance of the class with the parameters as properties.
SaveTo(f as FolderItem, Overwrite as Boolean = True) as FolderItem Will save the file to the location of your choosing on the server. Returns the final save path. If Overwrite = False then the file name will be appended with numbers based on the currently existing files in the directory, such as filename-1.png.

Properties

Name Type Default Value Description
Data String “” The Base64 encoded data of the file.
Name String “” The file's name.
Size Integer 0 The total file size.
Type String “” The mime type of the uploaded file.

Examples

There are currently no examples for this class.

Changes to this Page

Date Edit Editor
08/01/2017 Release 24 Anthony G. Cyphers