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

UploadHandler Class

This class allows to process the data uploaded by Image Uploader from client computers.

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

Syntax

PHP
class UploadHandler {
}

Remarks

This class has user-friendly API and functionality giving flexible typed access to the uploaded data. In order to use UploadHandler you have to include UploadHandler.class.php into your upload handling script, for example, upload.php.

See Also

Reference

Manual