UploadHandler.AllFilesUploadedCallback Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

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