ConvertedFile.Mode Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets a conversion mode actually applied to this converted file.

Syntax

PHP Initialize
public function getMode() {
}

Property Value

Type: 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