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

ImageUploader Class

This class represents a Web control intended for embedding Image Uploader into ASP.NET applications.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Class ImageUploader _
	Inherits BaseControl _
	Implements INamingContainer
C#
public class ImageUploader : BaseControl, INamingContainer

Remarks

This class allows configuring Image Uploader in Microsoft Visual Studio in design mode through the Form editor and handling uploaded data without parsing the POST request. To configure Image Uploader appearance and its upload format this class exposes a big number of properties. To handle uploaded data this control implements the FileUploaded event which fires whenever a file is successfully uploaded. All the uploaded data (source file, thumbnail, and metadata) is available through the FileUploadEventArgs properties.

This class corresponds to ImageUploader client-side class.

Inheritance Hierarchy

See Also

Reference

Manual