SyntaxFix
Write A Post
Hire A Developer
Questions
From the docs, the filter syntax that you need is as follows:
Office Files|*.doc;*.xls;*.ppt
i.e. separate the multiple extensions with a semicolon -- thus, Image Files|*.jpg;*.jpeg;*.png;....
Image Files|*.jpg;*.jpeg;*.png;...