Using a webview does make it more compilcated as you need to use Javascript and a Javascript-Interface in the B4A Webview.
Additionally you can not scan for files with javascript. JS need to send a command to B4A and B4A need to scan the folder and return the files in it. The JS must get the result to show...
Basically i wanted to select the file or multiple files and store these files on the remote server.
normally I can do with the file explorer class.
to use the feature of os file explorer can I do like this using webview extra library.
php/Webpage(here I can use os default file explorer) select the file/files and upload the selected one at remote server and from there send it back to B4A.