This class is intended for embedding HTML5/Flash Uploader into PHP applications.
For a list of all members of this class, see ImageUploaderFlash Members.
class ImageUploaderFlash extends BaseControl { }
This class allows to configure HTML5/Flash Uploader as a common PHP object and handling uploaded data without parsing the POST request. To configure HTML5/Flash Uploader appearance and its upload format this class exposes a number of properties. To handle uploaded data HTML5/Flash Uploader PHP implements the UploadHandler class which provides the FileUploadedCallback parameter to specify a callback function. This function will be invoked whenever all the converted files and metadata related to a particular user-selected file are successfully uploaded. All the uploaded data is available through the UploadedFile properties.