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

UploadHandler.AllFilesUploadedCallback Property

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.