file chooser

  1. Dave O

    Android Question [solved] TextEditor - getting it to work Android 7 and earlier

    Can someone tell me why the TextEditor example from Erel doesn't seem to work on Android 7 or earlier? (I'm using GenyMotion emulators at the moment, will also try soon with an old tablet I can dust off.) When I run the app and try to open a file, I get this log output: error extracting...
  2. M

    Android Question [B4XPages] Upload files with WebView

    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... the attached project works, but it's not b4xpages... As soon as i take the code (and the manifest too) to put...
  3. Mashiane

    B4J Library [ABMaterial]: Attempting a file chooser

    Ola Goal: Ability to upload files to the server, after the files are uploaded, clear the list of files to start all over again. The original source code is available here. In Class_Globals Dim ma As MashAttachments Dim uploads As Int = 0 'IMPORTANT uploads is necessary to keep the...
Top