Table of Contents

TTTMSFNCCloudCloudinaryUploadFileEvent Event Type

Occurs after an upload request completes, exposing the resulting file entry and the raw request result.

API unit family: TMSFNCCloudCloudinary

Parameters

Name Description
Sender The client instance that performed the upload.
AFile The file entry created from the response, or nil when the response did not yield a usable asset.
ARequestResult The result of the underlying request, including status and the raw response body.