Click or drag to resize

FileUploadEventArgs Properties

The FileUploadEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a flag indicating whether or not file upload should be canceled.
Public propertyDestinationStream
Gets or sets a stream where file will be uploaded.
Public propertyFileName
Gets an upload file name.
Public propertyMimeType
Gets an upload file MIME-type if specified.
Public propertyOverwrite
Gets or sets a flag indicating whether or not file should be overwritten if it already exists.
Public propertyParams
Gets additional file upload parameters passed by client side code.
Public propertySaveFolder
Gets a relative folder path where file will be uploaded.
Top
See Also