Ajax Uploader Class Reference

MvcUploader.AllowedFileExtensions Property

Gets or sets the allowed file extensions for uploading.

[Visual Basic]
Public Property AllowedFileExtensions As String
[C#]
public string AllowedFileExtensions {get; set;}

Property Value

A comma-separated list of allowed extensions

See Also

MvcUploader Class | CuteWebUI Namespace