Discuss this help topic in SecureBlackbox Forum
Uploads the file to the storage.
Declaration
Parameters
- Data - the data to be uploaded.
- Handler - the security handler used to perform the operation.
- Overwrite - if True (default), the existing file will be overwritten; if False, the uploaded file will be automatically renamed, e.g., "test.txt" might be automatically renamed to "test (1).txt".
- ParentRev - specifies the revision of the file being edited. If ParentRev matches the latest revision, the file will be replaced, and if not, the uploaded file will be automatically renamed, e.g., "test.txt" might be automatically renamed to "test (conflicted copy).txt". If the ParentRev doesn't exist, the file won't be saved, and error 400 will be returned.
Description
Call this method to upload (edit) files to the storage.
Discuss this help topic in SecureBlackbox Forum