Uploads a single file to this directory.
"dataFolder_var" is a variable referencing a DataFolder object.
|
"dataFolder_var" is a variable referencing a DataFolder object.
|
Type | Description |
DataFileFuture | The upload process is asynchronous which means that this method will return before the upload process had completed. The returned DataFileFuture object can be used to check on the current state of the upload to determine if it is still uploading, is complete, or has failed. If it is complete the final DataFinal can be retrieved through the DataFileFuture object. |
Name | Type | Description |
filename | string | The full filename of the file to upload. |