UploadHandler.FileUploadedCallback Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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.