ConvertedFile.Name Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets a name of this converted file.

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

Syntax

C#
public string Name { get; }

Property Value

Type: System..String

The name of this converted file.

Remarks

Depending on the Mode value this property returns one of the following names:

  • name.ext for sourceFile mode.
  • name.ext_ThumbnailX.jpg for thumbnail mode.
  • name.ext_IconX.jpg for icon mode. Not supported in HTML5 Uploader.
  • name.ext_CompressedX.zip for zip mode. Not supported in HTML5 Uploader.

Where X is a zero-based index of the Converter used to create this converted file.

See Also

Reference