Version

FileUploadingEventArgs Class Members

The following tables list the members exposed by FileUploadingEventArgs.

Public Constructors
 NameDescription
Public ConstructorFileUploadingEventArgs ConstructorInitialize UploadingInfo and fileChunk  
Protected Fields
Public Properties
 NameDescription
Public PropertyAdditionalDataFieldsGets the additional data fields that could be submitted while uploading the file. It returns dictionary which has as a key - the name of the submitted data field and as a value - the value of the data field (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyFileChunkGet file chunk of the uploaded file  
Public PropertyFileInfoGets the file information. (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyFileNameReturns name of the uploading file (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyFileSizeReturns size of the uploading file (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyFileStatusReturns status of the uploading file (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyFolderPathReturns folder path of the uploading file where the file is saved (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyMimeTypeGet MIME Type of the uploading file (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyServerMessageSet or get server message which is sent to client-side. (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyTemporaryFileNameGet temporary file name (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
Public PropertyUploadedBytesGet uploaded bytes (Inherited from Infragistics.Web.UI.EditorControls.UploadCancellableBaseEventArgs)
See Also