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

Image Uploader PHP Library Reference

Image Uploader PHP library comprises the following classes:

Name Description File
AmazonS3Extender Class This class extends Image Uploader with a direct upload to Amazon S3 storage. AmazonS3Extender.class.php
BackgroundImageFormat Class This class specifies settings of a background image. ImageUploader.class.php
BaseControl Class Base class for all Image Uploader controls. BaseControl.class.php
CustomMetaProperty Class Represents a custom metadata field to upload to Amazon S3 storage. CustomMetaProperty.class.php
FileSettings Class Represents upload file settings. FileSettings.class.php
ImageFormat Class This class specifies different states of Image Uploader buttons and icons. ImageUploader.class.php
ImageUploader Class Main Image Uploader control/applet. ImageUploader.class.php
InstallationProgress Class This class represents the ActiveX installation progress which allows displaying special instructions helping users to download and install the ActiveX control. InstallationProgress.class.php
MetaProperty Class Base class for CustomMetaProperty and PredefinedMetaProperty classes. MetaProperty.class.php
NirvanixExtender Class This class extends Image Uploader with direct upload to Nirvanix storage. NirvanixExtender.class.php
PredefinedMetaProperty Class Represents a predefined metadata field to upload to Amazon S3 storage. NirvanixExtender.class.php
ShellComboBox Class Dropdown list with folder tree. ShellComboBox.class.php
SourceFileInfo Class This class provides an access to the uploaded source file, its characteristics, and allows saving it on a server. UploadedFiles.php
Thumbnail Class Standalone thumbnail bound with some upload list item of Image Uploader. Thumbnail.class.php
ThumbnailInfo Class This class provides an access to thumbnail details (e.g. thumbnail dimensions, compression mode, etc) and allows saving thumbnails on a server. UploadedFiles.php
UploadedFile Class This class provides an access to the uploaded file itself and its additional data. UploadedFiles.php
UploadedFiles Class This class represents the uploaded data as an array of UploadedFile objects. UploadedFiles.php
UploadPane Class Standalone upload pane. UploadPane.class.php