TTMSFNCCloudCloudinary.UploadFile Method
Uploads a local file to the account and adds the resulting entry to
Fileswhen the request succeeds.
API unit family: TMSFNCCloudCloudinary
Declaring type: TTMSFNCCloudCloudinary
Inherited from: TTMSFNCCustomCloudCloudinary
Syntax
procedure UploadFile(const AFileName: TTMSFNCUtilsFile; AResourceType: TTMSFNCCloudCloudinaryResourceType = crtAuto);
Parameters
| Name | Description |
|---|---|
AFileName |
Path of the local file to upload. |
AResourceType |
Resource type to assign to the upload. Defaults to crtAuto, which lets the service detect the type. |