The following tables list the members exposed by UploadStartingEventArgs.
Name | Description | |
---|---|---|
![]() | UploadStartingEventArgs Constructor | Initialize file upload starting events with file uploading information |
Name | Description | |
---|---|---|
![]() | _baseEventArgs | File upload Base Event Arguments object (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | _fileInfo | File upload info object (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | _serverMessage | Server Message (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
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.UploadCancellableBaseEventArgs) |
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | FileInfo | Gets the file information. (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | FileName | Returns name of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | FileSize | Returns size of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | FileStatus | Returns status of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | FileStream | Get stream of the uploading file |
![]() | FolderPath | Returns folder path of the uploading file where the file is saved (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | MimeType | Get MIME Type of the uploading file (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | ServerMessage | Set or get server message which is sent to client-side. (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | TemporaryFileName | Get temporary file name (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
![]() | UploadedBytes | Get uploaded bytes (Inherited from Infragistics.Web.Mvc.UploadCancellableBaseEventArgs) |
View on GitHub