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

Image Uploader PHP Reference

Image Uploader PHP is a collection of classes which are meant to make deployment of Image Uploader and handling uploaded data easier. Using this collection, PHP developers can work with Image Uploader in a usual way as with a common PHP object. Refer to the documentation to get started with Image Uploader PHP.

Classes

NameDescription
Public class ActiveXControl This class represents Image Uploader ActiveX control.
Public class AddFilesProgressDialog This class represents the adding files dialog which appears when a user selects quite a lot of files.
Public class AuthenticationDialog This class represents the authentication dialog.
Public class BackgroundImageFormat This class specifies settings of a background image.
Public class BaseClientControl This is a base class for all client-side controls.
Public class BaseControl This is a base class for all Image Uploader visual controls.
Public class ClientEvents This class provides access to Image Uploader client-side events.
Public class ContextMenu This class represents Image Uploader context menu. Use this class to customize or localize context menu options.
Public class ConvertedFile This class represents a converted file and exposes a number of properties and methods which provide access to the converted file details (e.g. file name, size, conversion mode, etc.) and allows to save it on server.
Public class Converter This class represents a file converter.
Public class DeleteFilesDialog This class represents the delete confirmation dialog which appears in non-Internet Explorer browsers when EnableOriginalFilesDeletion is true.
Public class DescriptionEditor This class represents the description editor.
Public class DetailsViewColumns This class contains titles of columns displayed in the Details view.
Public class FolderPane This class represents the folder pane.
Public class FontFormat This class specifies font settings.
Public class ImageEditor This class represents the image editor.
Public class ImageFormat This class specifies different states of Image Uploader buttons and icons.
Public class InformationBar This class represents the information bar.
Public class InstallationProgress This class allows displaying special screens instead of Image Uploader during the downloading and installation phases.
Public class JavaControl This class represents Image Uploader Java applet.
Public class Messages This class contains error messages which Image Uploader shows.
Public class Metadata This class represents an additional upload data.
Public class Package This class represents a package uploaded within the current session.
Public class PaneItem This class represents a pane item displayed in both the upload and folder panes.
Public class PostFields This class contains POST field names that are generated and uploaded by Image Uploader.
Public class QualityMeter This class represents the quality meter.
Public class Restrictions This class contains masks for allowed and denied file extensions and upload restrictions.
Public class StatusPane This class represents the status pane.
Public class Thumbnail This class represents a standalone thumbnail bound with some upload pane item of Image Uploader.
Public class ThumbnailClientEvents This class provides access to client-side events of the Thumbnail control.
Public class TreePane This class represents the tree pane.
Public class UploadedFile This class provides an access to all the converted files and metadata related to a particular user-selected file.
Public class Uploader This class is intended for embedding Image Uploader into PHP applications.
Public class UploadHandler This class allows to process the data uploaded by Image Uploader from client computers.
Public class UploadPane This class represents the upload pane.
Public class UploadProgressDialog This class represents the uploading files dialog which appears during the upload.
Public class UploadSettings This class represents the upload settings.
Public class AmazonS3Extender This class extends Image Uploader with a direct upload to Amazon S3 storage.
Public class FileSettings This class contains a list of settings for file to be uploaded to Amazon S3 storage.
Public class NirvanixExtender This class extends Image Uploader with a direct upload to Nirvanix storage.