ImageUploaderFlash Class HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

This class is intended for embedding HTML5/Flash Uploader into PHP applications.

For a list of all members of this class, see ImageUploaderFlash Members.

Syntax

PHP
class ImageUploaderFlash extends BaseControl {
}

Remarks

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.

Inheritance Hierarchy

BaseControl
+ImageUploaderFlash

See Also

Reference

Manual