This documentation is for the old version. Go to the latest Upload Suite docs

Uploader Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This class is intended for embedding Image 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 Image Uploader as a common PHP object and handling uploaded data without parsing the POST request. To configure Image Uploader appearance and its upload format this class exposes a number of properties. To handle uploaded data Image 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
LUploader

See Also

Reference

Manual