Hello,
I use the ChoosFile function to get a filename:
But is it possible to set more extentions in this function. Something like: This however does not work, now a user can pick any kind of file.
I use the ChoosFile function to get a filename:
ChooseFile( 'Select a photo', 'jpg' )But is it possible to set more extentions in this function. Something like:
ChooseFile( 'Selecteer een foto', {'jpg', 'jpeg'} )Kind regards,
René Koot
René Koot