Gets or sets the callback function called when all the converted files and metadata related to a particular user-selected file are successfully uploaded.
public function getFileUploadedCallback() { } public function setFileUploadedCallback($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.
The callback function must have an argument, which gets an UploadedFile value.