UploadHandler.AllFilesUploadedCallback Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the callback function which is called when the whole upload session is completed and all the converted files and metadata are received on the server side.

Syntax

PHP
public function getAllFilesUploadedCallback() {
}

public function setAllFilesUploadedCallback($value) {
}

Property Value

Type: string

Name of the callback function which is called when the whole upload session is completed and all the converted files and metadata are received on the server side.

Remarks

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