Uploader Class ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This class is intended for embedding ActiveX/Java Uploader into PHP applications.

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

Syntax

PHP
class Uploader extends BaseControl {
}

Remarks

This class allows configuring ActiveX/Java Uploader as a common PHP object and handling uploaded data without parsing the POST request. To configure ActiveX/Java Uploader appearance and its upload format this class exposes a number of properties. To handle uploaded data ActiveX/Java 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
+Uploader

See Also

Reference

Manual