Actions
Bug #2849
closedWFileUpload::setFilters method is not their in 3.3.1
Start date:
03/24/2014
Due date:
% Done:
0%
Estimated time:
Description
Use WFileUpload::setFilters function with html input accept attributes as input.
example:
WFileUpload fu = new WFileUpload(root());
fu->setFilters("image/");
set Filters method is not their in version 3.3.1
Updated by Wim Dumon over 10 years ago
- Status changed from New to Closed
I believe it's a new feature, introduced in 3.3.2. Please update your Wt version.
Best regards,
Wim.
Actions