UploadHandler.FileUploadedCallback Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

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 Initialize
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.