How to select a file manually?
I saw it but the file is already on the user's phone, all I need is to let the user to select this file and get the file name and the path to this file so my code will be able to upload it to the server. Upload part is ready all I need is to select this file.This looks like it could help you.
https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/
External - means the file located outside of the phone? Like the Good drive? I don't need to load it. The file is already on the phone. I just need a file name and the path to this file.Yes - and this code example shows you how to load external files, just as you asked. Look again.
I found this - seems that's what I need https://www.b4x.com/android/forum/t...-received-shared-file-example.117325/#contentLook at this maybe it will help you
No.
Don't use that code.
Better implementation is available inside TextEditor.
OkNo.
Don't use that code.
Better implementation is available inside TextEditor.