B4A Code Snippet Upload files with WebView - Erel    Jun 9, 2022   (16 reactions)   tags: Upload files with WebView, Webserver code.
2. The ShowFile_Chooser event is raised when the user clicks on a "browse" button.
3. You need to get the file URI with FileProvider and call SendResult.
Example based... B4A Question webview file upload showFileChooser 09.2017 - peacemaker    Sep 16, 2017   (1 reaction) HI, All
Choose a file in Webview HTML-form like
<input type="file" accept="image/*" name="imageupload" onchange="imageChosen()">
under Android 5+: is it still impossible in 2017 for B4A ?... B4A Question B4XPage with webview upload file - Hamied Abou Hulaikah    Dec 10, 2020 https://www.b4x.com/android/forum/threads/upload-files-with-webview.98623/#content
Hi, the above example works fine with default activity module, but with B4XPage class does not work!!!
And no error... B4A Question Webview Upload File with camera function - Erel (first post)    May 19, 2024 Upload files with WebView... B4A Question [B4XPages] Upload files with WebView - Mike1970    Jun 9, 2022 Hi everyone,
In my project I have a WebView that loads a webpage that has a "Choose File" button.
I took a look in the forum and i found this post: Upload files with WebView
However... Wish Webview file upload / file chooser - tuhatinhvn (first post)    Apr 18, 2018 not yet now, please wrap for b4a webview please!!!... B4A Question webview multiple files upload - Erel (first post)    May 4, 2020 It is not simple to choose multiple images as different file browsers and pickers behave differently. You will not be able to use ContentChooser for this.
Relevant discussions: https://www.b4x.com/android/forum/pages/results/?query=Content+Chooser+multiple
The uploading code will also need some changes though they are simple.... B4A Question WebView with file input (camera + gallery) for image upload — best current approach? - Adamdam    Jul 16, 2026 ) — tapping either file input correctly opens the gallery or camera and the picked image uploads fine. Inside B4A's WebView, nothing happens when tapping those inputs — no file chooser opens at all. I understand this is likely because B4A's core WebView doesn't implement onShowFileChooser, so...-maintained B4A library/approach that adds proper file-chooser support to WebView (so standard HTML file... I have a local/remote HTML page (attached: add_ad_app.html) loaded inside a B4A WebView. The page... B4A Question WebView with Upload File crashes - Erel (first post)    Feb 27, 2020
Then I don't know what Erel meant with You shouldn't see android.support classes anymore.
... B4A Question WebView with Upload File and Geolocation - Erel (first post)    Apr 25, 2019 Get the location with FusedLocationProvider and send it to the server.... Page: 1   2   3   4   5   6   7   |