I use the ChoosFile function to get a filename:
- Code: Select all Expand view
- ChooseFile( 'Select a photo', 'jpg' )
But is it possible to set more extentions in this function. Something like:
- Code: Select all Expand view
- ChooseFile( 'Selecteer een foto', {'jpg', 'jpeg'} )