Click or drag to resize
MvcUploaderAllowedFileExtensions Property
Gets or sets the allowed file extensions for uploading.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public string AllowedFileExtensions { get; set; }

Property Value

Type: String
A comma-separated list of allowed extensions
See Also