FileSettings.Key Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets an Amazon S3 file key.

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

Syntax

C#
public string Key { get; set; }

Property Value

Type: System..String

The Amazon S3 file key. You can use a placeholder ${filename} to preserve an original file name and ${path} to pass a folder structure. Any prefix or a folder path can be prepended.

Default value is "${filename}".

See Also

Reference