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