Skip to main content

uploadImages

@combeenation/custom-code-utils


Function: uploadImages()

uploadImages<T>(files): Promise<CfgnFileUploadResult<T>>

Upload one or more images into the current configuration

Type Parameters

T

T extends string

Parameters

files

Cbn.UploadMgr.CfgnFiles<T>

The key represents the name, which can be used in Hive with configuration.GetImage("")

Returns

Promise<CfgnFileUploadResult<T>>

An object with the same keys as the input. The values contain according result information.