Version

UploadStartingEventArgs Class Members

The following tables list the members exposed by UploadStartingEventArgs.

Public Constructors
 NameDescription
Public ConstructorUploadStartingEventArgs ConstructorInitialize file upload starting events with file uploading information  
Protected Fields
 NameDescription
Protected Field_baseEventArgsFile upload Base Event Arguments object (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Protected Field_fileInfoFile upload info object (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Protected Field_serverMessageServer Message (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
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.Mvc.UploadCancellableBaseEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyFileInfoGets the file information. (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyFileNameReturns name of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyFileSizeReturns size of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyFileStatusReturns status of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyFileStreamGet stream of the uploading file  
Public PropertyFolderPathReturns folder path of the uploading file where the file is saved (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyMimeTypeGet MIME Type of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyServerMessageSet or get server message which is sent to client-side. (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyTemporaryFileNameGet temporary file name (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
Public PropertyUploadedBytesGet uploaded bytes (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs)
See Also

View on GitHub