RepositoryControllerUploadFileDataChunk Method

Append data from chunk to file.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[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

Remarks

1. input � id of the file to upload, chunk to add to file 2. append data to file specified by id

See Also