UploaderValidateOptionMatchMimeType Method |
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool MatchMimeType(
string filename,
string filetype
)
Public Function MatchMimeType (
filename As String,
filetype As String
) As Boolean
Parameters
- filename
- Type: SystemString
- filetype
- Type: SystemString
Return Value
Type:
Boolean
See Also