Skip to content

TTMSFNCCloudCloudinary:

Usage

TTMSFNCCloudCloudinary is a component that provides access to the Cloudinary API. It provides support to upload an image file to a publically accessible URL.

Properties

Property name Description
CloudName: string; Extra property for authentication. Required to be assigned with the CloudName value of the Cloudinary app.
UploadPreset: string; Extra property for authentication. Required to be assigned with the preset value configured in the Cloudinary app.

Detailed information for both properties is available at: http://www.tmssoftware.com/site/cloudkey.asp

Methods

Property name Description
UploadFile Uploads a file
UploadFileFromResource Returns the URL for the uploaded file in the OnUploadFile event
UploadFileFromURL Returns the URL for the uploaded file in the OnUploadFile event

Events

Property name Description
OnUploadFile Event called when a file is successfully uploaded.