This documentation is for the old version. Go to the latest Upload Suite docs

FileSettings.ContentType Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets content type of the uploading files.

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

Syntax

Visual Basic
Public Property ContentType As String
C#
public string ContentType { get; set; }

Property Value

Type: System.String

The content type of the uploading files.

Default value is "".

See Also

Reference