This documentation is for the old version. Go to the latest Upload Suite docs

UploadHandler.FileUploadedCallback Property

Gets or sets the callback function called when all the converted files and metadata related to a particular user-selected file are successfully uploaded.

Syntax

PHP
public function getFileUploadedCallback() {
}

public function setFileUploadedCallback($value) {
}

Property Value

Type: string

Name of the callback function called when all the converted files and metadata related to a particular user-selected file are successfully uploaded.

Remarks

The callback function must have an argument, which gets an UploadedFile value.