Activity starter get_content csv file

hello
I'm using this activity starter example https://puravidaapps.com/pick.php to open a csv file so i can using the datauri to shares the file through android share button.
but, when i using it, i can't even pick a csv file or other files, it shows on file manager but, i can't pick it up.

Here my blocks
blocks

and this the results when i hit the btnPick on my apps,


i am using this app on android 9.
How its suppose to be?
Thank you very much.

You might way to try a different method using Extension: File by Taifun, to return a list of csv files for selection.

the correct mime type for csv files is
text/csv
see also


Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Thanks for all the replies..
i will use the taifun files extension too in my other project..
In this project, i found that text/csv didn't work with my phone, instead i'm using text/comma-separated-values and it works well to select the .csv file on my phone..

Thank you it's solved

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.