FileUploadedEventArgs Properties |
The FileUploadedEventArgs type exposes the following members.
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.
|