Click or drag to resize
UploaderValidateOptionMatchExtension Method
This helper function help you to validate that a file has an allowed extension.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool MatchExtension(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
See Also