RepositoryControllerUploadFileDataChunk Method |
Append data from chunk to file.
Namespace:
Â
FileHold.DocumentRepository
Assembly:
 FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic void UploadFileDataChunk(
Guid token,
byte[] chunk
)
Parameters
- token
- Type:Â SystemGuid
- chunk
- Type:Â SystemByte
chunk with data to add to file
Remarks
1. input – id of the file to upload, chunk to add to file
2. append data to file specified by id