Click or drag to resize

RepositoryControllerCreateUploadTokenWithChunkSize Method

Generate new upload token and return chunk size for upload.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public Guid CreateUploadTokenWithChunkSize(
	long fileSize,
	out long chunkSize
)

Parameters

fileSize
Type: SystemInt64
file size
chunkSize
Type: SystemInt64
chunk size

Return Value

Type: Guid
new id of created file
See Also