Discuss this help topic in SecureBlackbox Forum
Uploads data to the server.
Declaration
Parameters
- FilePath - path to the file to be uploaded.
- Stream - stream with data to be uploaded.
- Buffer - buffer with data to be uploaded.
- StartIndex - index of the first byte of the actual data in Buffer.
- Count - number of bytes to be read from Buffer.
- DestURL - destination URL for the new resource. If omitted, the URL is formed from file name and BaseURL.
- Dest - destination object on the server.
- Locks - locks to be put on the new resourse.
- Errors - list where the errors will be stored.
- RestartFrom - if the data has been partially uploaded, specifies where to restart the upload from. If the value is -1, the upload will restart from the beginning.
Description
Use this method to upload data to the WebDAV server.
Discuss this help topic in SecureBlackbox Forum