ConvertedFile.Mode Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets a conversion mode actually applied to this converted file.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public string Mode { get; }

Property Value

Type: System..String

The mode of this converted file. Possible values are:

  • sourceFile- means that this converted file is a copy of the original file.
  • thumbnail- means that this converted file is a resized copy of the original file if it is an image.
  • icon- means that this converted file is a system icon associated with the original file type. Not supported in HTML5 Uploader.
  • zip- means that this converted file is a ZIP archive of the original file. Not supported in HTML5 Uploader.
  • none- means that this converted file was not created.

See Also

Reference