Content type for the uploaded data

C# |
public string ContentType { get; set; }

If this is not set, an attempt will be made to infer it from the extension on Key or Path (in that order),
otherwise 'application/octet-stream' will be assumed.