Discuss this help topic in SecureBlackbox Forum
Writes (overwrites) data object to the storage.
Declaration
Parameters
- Title - object's title
- Data - stream with data which should be written to the storage
- DocType - specifies the document type
- ContentType - specifies object's content type
- Convert - specifies whether to convert uploaded data to google format
- Encoding - specifies data encoding
- Handler - security handler used to perform the operation
- OverwriteChanges - specifies whether the changes made in the remote storage should be overwritten
- Append - set this parameter to True to append data to the existing object
- Obj - the object to be uploaded
- Strm - ...
Encoding values:
Document type values:
Description
Use this method to write or overwrite data to the storage.
Discuss this help topic in SecureBlackbox Forum