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)
Public Class ImageUploader _ Inherits BaseControl _ Implements INamingContainer
public class ImageUploader : BaseControl, INamingContainer
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.