The following tables list the members exposed by UploadFinishedEventArgs.
Name | Description | |
---|---|---|
![]() | UploadFinishedEventArgs Constructor | Initialized UploadInfo of the uploaded file |
Name | Description | |
---|---|---|
![]() | _fileInfo | UploadInfo object (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
Name | Description | |
---|---|---|
![]() | AdditionalDataFields | Gets 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) |
![]() | FileError | Get file error - by default it is None (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | FileInfo | Gets the file information. (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | FileName | Get file name of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | FileSize | Get file size (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | FileStatus | Get file status of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | FolderPath | Get folder path where the file is uploading (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | IsServerSideCancelled | Get whether upload is canceled by server side event - e.g. UploadStarting, UploadFinishing |
![]() | MimeType | Get MIME type of the uploading file (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | ServerMessage | Set or get server message which is sent to client-side. (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
![]() | TemporaryFileName | Get temporary file name(used especially as identifier when save as memory stream is enabled) |
![]() | UploadedBytes | Get uploaded bytes (Inherited from Infragistics.Web.Mvc.UploadBaseEventArgs) |
View on GitHub