A Alborz New Member Sep 13, 2018 #1 hi how can i choose only JPG files? or two specific just like JPG or PNG?
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2018 #2 You can use ContentChooser to let the user choose an image. You can set the mime type to image/jpeg. I don't know whether the third party app will respect it or not. You cannot set multiple mimes. Upvote 0
You can use ContentChooser to let the user choose an image. You can set the mime type to image/jpeg. I don't know whether the third party app will respect it or not. You cannot set multiple mimes.