TTMSFNCCustomCloudCloudinary Class
Provides the upload client for the Cloudinary asset-management service. Configure the account credentials and an unsigned upload preset, then call one of the upload methods to send a local file, an in-memory resource, or a remote URL.
API unit family: TMSFNCCloudCloudinary
Inherits from: TTMSFNCCloudBase
Syntax
TTMSFNCCustomCloudCloudinary = class(TTMSFNCCloudBase)
Remarks
This is the non-published base class. Use the published descendant to expose the configuration properties at design time.
Properties
| Name | Description |
|---|---|
| Files | Gets the collection of file entries created from successful uploads during the lifetime of this instance. |
Methods
| Name | Description |
|---|---|
| UploadFile | Uploads a local file to the account and adds the resulting entry to Files when the request succeeds. |
| UploadFileFromResource | Uploads an asset from an in-memory resource string and adds the resulting entry to Files when the request succeeds. |
| UploadFileFromURL | Uploads an asset by referencing a remote URL and adds the resulting entry to Files when the request succeeds. |