RepositoryControllerUploadFileDataChunk Method
Append data from chunk to file.
Namespace: FileHold.DocumentRepositoryAssembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Append data from chunk to file.")]
public void UploadFileDataChunk(
Guid token,
byte[] chunk
)
Parameters
- token Guid
- id of the file to upload
- chunk Byte
- chunk with data to add to file
1. input � id of the file to upload, chunk to add to file
2. append data to file specified by id