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

ImageUploaderFlash Class

This class represents an ASP.NET server control intended for embedding Image Uploader Flash into ASP.NET applications.

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

Syntax

Visual Basic
Public NotInheritable Class ImageUploaderFlash _
	Inherits BaseUploadControl
C#
public sealed class ImageUploaderFlash : BaseUploadControl

Remarks

This class allows to configure Image Uploader Flash in Microsoft Visual Studio in design mode through the Form editor and handling uploaded data without parsing the POST request. To configure Image Uploader Flash appearance and its upload format this class exposes a number of properties. To handle uploaded data this control implements the FileUploaded() event which fires whenever all the converted files and metadata related to a particular user-selected file are successfully uploaded. All the uploaded data is available through the FileUploadedEventArgs properties.

Inheritance Hierarchy

See Also

Reference

Manual