is this related to this?
thanks
Ronell
is there a way to make <input type="file"> work again on targetsdk = 26?Starting from Android 7 (API 24) it is no longer possible to pass a file uri with an intent. We must use FileProvider to share the APK file.
It requires the following steps (source: https://www.b4x.com/android/forum/threads/share-txt-files.73166/#post-464921):
thanks
Ronell