Skip to main content
Version: 5.7.0

GetUploadTotalBytesToTransfer

Returns the total number of bytes that will be uploaded or -1 if upload not found.

Method Parameters

ParameterDescription
uploadIdThe id of the upload

Usage

http://localhost:3000
string myUploadId = "1234-1234-1234-1234"; //From UploadFile return data

int bytes = _bc.FileService.GetUploadTotalBytesToTransfer(myUploadId);