Version 21.2

UploadFinishingEventArgs Class Properties

For a list of all members of this type, see UploadFinishingEventArgs members.

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