FileUpload Data type
Version: Available or changed with runtime version 1.0.
Represents a file.
Instance methods
The following methods are available on instances of the FileUpload data type.
Method name | Description |
---|---|
CreateInStream(InStream) | Creates an InStream object for a file. This enables you to import or read data from the file. |
CreateInStream(InStream, TextEncoding) | Creates an InStream object for a file. This enables you to import or read data from the file. |
FileName() | Gets the file name. |