This class is intended for embedding Image Uploader Flash into PHP applications.
For a list of all members of this class, see ImageUploaderFlash Members.
class ImageUploaderFlash extends BaseControl { }
This class allows to configure Image Uploader Flash as a common PHP object and handling uploaded data without parsing the POST request. To configure Image Uploader Flash appearance and its upload format this class exposes a number of properties. To handle uploaded data Image Uploader Flash 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.