Click or drag to resize

FileUploadedEventArgs Properties

The FileUploadedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDestinationName
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.
Public propertyDestinationStream
Gets a user stream stream where file was saved.
Public propertyError
Gets an upload file exception, if upload was failed.
Public propertyFileName
Gets an upload file name.
Public propertyMimeType
Gets an upload file MIME-type.
Public propertyParams
Gets additional file upload parameters passed by client side code.
Public propertySaveFolder
Gets a relative folder path where file will be uploaded.
Public propertySuccess
Gets a flag, indicating whether or not upload was successful.
Top
See Also