FileUploadedEventArgs Class |
Namespace: Atalasoft.Imaging.WebControls
The FileUploadedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileUploadedEventArgs |
Initializes a new instance of the FileUploadedEventArgs class.
|
Name | Description | |
---|---|---|
![]() | DestinationName |
Gets or sets a custom name how uploaded file can be identified. This value will be passed to
the client-side and can be used by 'fileuploadfinished' JavaScript event handler.
|
![]() | DestinationStream |
Gets a user stream stream where file was saved.
|
![]() | Error |
Gets an upload file exception, if upload was failed.
|
![]() | FileName |
Gets an upload file name.
|
![]() | MimeType |
Gets an upload file MIME-type.
|
![]() | Params |
Gets additional file upload parameters passed by client side code.
|
![]() | SaveFolder |
Gets a relative folder path where file will be uploaded.
|
![]() | Success |
Gets a flag, indicating whether or not upload was successful.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |