Re: Custom validation: Select Suffix from menu

  •  02-17-2009, 10:49 AM

    Re: Custom validation: Select Suffix from menu

    Hi,
     
    Please try:
     
    DialogFilter="Images (jpg/gif/png)|*.jpg;*.gif;*.png|All files (*.*)|*.*";
     
    Warning: you should use ValidateOption.AllowedFileExtensions to limit the file extensions.
    Other wise the server would allow all kinds of files.
     
    Regards,
    Terry
View Complete Thread