Table of Contents

TTMSFNCCustomCloudBase.GetUploadFileSize Method

Returns the total size in bytes of the file to be uploaded for the given request.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCustomCloudBase

Syntax

function GetUploadFileSize(const ARequest: TTMSFNCCloudBaseRequest): Int64; virtual;

Parameters

Name Description
ARequest The request whose upload file size is queried.

Returns

Total byte count of the file attached to ARequest, or 0 if no file is attached.