PendingImageUploads (Component)
The PendingImageUploads object manages an image that is uploaded using the multi-file upload feature after it has been uploaded but not registered as an image. This object can be used to update the description or to delete any pending upload. This can also be used to retrieve the information about the pending uploads and the associated custom metadata forms.
Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)
Methods marked below with [C] may be customized at the site level
Methods:
delete [L] [C] | Deletes one or more pending uploaded images. |
getCount [C] | Returns the count of pending image uploads. |
getList [C] | Returns zero or more structures, each containing information about a pending image upload, such as its description, filename, filesize, subsite id, subsite URL and date added. |
getMetadataForms [C] | Returns zero or more records describing the metadata forms bound to the specified pending image uploads. For each record returned a list of associated pending image uploads will be provided. Note that zero records will only be returned if all of the specified pending image uploads have been processed. |
save [L] [C] | Saves the description of one or more pending image uploads. |