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.
public function getAllFilesUploadedCallback() { } public function setAllFilesUploadedCallback($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.
The callback function must have an argument, which gets an UploadedFile array value.