Version

UploadFinishedEventArgs Class Members

The following tables list the members exposed by UploadFinishedEventArgs.

Public Constructors
 NameDescription
Public ConstructorUploadFinishedEventArgs ConstructorInitialized UploadInfo of the uploaded file  
Protected Fields
 NameDescription
Protected Field_fileInfoUploadInfo object (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
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.UploadBaseEventArgs)
Public PropertyFileErrorGet file error - by default it is None (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyFileInfoGets the file information. (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyFileNameGet file name of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyFileSizeGet file size (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyFileStatusGet file status of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyFolderPathGet folder path where the file is uploading (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyIsServerSideCancelledGet whether upload is canceled by server side event - e.g. UploadStarting, UploadFinishing  
Public PropertyMimeTypeGet MIME type of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyServerMessageSet or get server message which is sent to client-side. (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
Public PropertyTemporaryFileNameGet temporary file name(used especially as identifier when save as memory stream is enabled)  
Public PropertyUploadedBytesGet uploaded bytes (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs)
See Also

View on GitHub