content chooser

  1. M

    Android Question Upload image using php

    Hello, I'm using this https://www.b4x.com/android/forum/threads/upload-file-with-php.39976/page-3#posts to upload an image from contentchooser. My code like this : Up.doFileUpload(Null,Null,"content://com.android.providers.media.documents/document/image%3A20063","something_url") but it won't be...
  2. P

    Android Question Content Chooser - Crashes on multiple phones.

    Hi All, This is my first post on B4A-Android, as till now I got resolution's for all my issues in the forum. However, its been 1week now, I have been looking for the solution on the Content Chooser crash issue. Code snippet to copy chosen file to "audio.mp3" :- Sub Process_Globals Dim...
  3. saeed10051

    Android Question How to load a csv file using contentchooser

    Hi All I am using following code to select a csv file located in my mobile to, the code is opening the selection window and csv file shows there but it is greyed out and cannot be selected. Is there some problem with MIME in this case or some other issue Sub Process_Globals 'These global...
Top