Discuss this help topic in SecureBlackbox Forum
Sends the file or its part to the server.
Declaration
Parameters
- Stream - stream with the file
- FileName - file name
- StartPos - start offset of the segment
- EndPos - end offset of the segment
- Append - specifies if data have to be append to the end of file
- RestartFrom - can be used to resume broken transfer operation.When RestartFrom is set to non-zero positive value, the file being transferred is read starting from RestartFrom position and is written also starting from RestartFrom position.
Description
Use this method to send file or its part to the server.
Discuss this help topic in SecureBlackbox Forum