How can i work with filles?

is there a way i can upload files to my app inventor app(eg: if i making a file manager and i want to upload files to my app, how can i do that?)

upload your file into asset

Where do you want to upload files from ? The process can be different depending on this.

If you want to upload files that can only be used by your app, there are two options:

  1. Upload the files to the assets
  2. Upload the files to the app-specific directory (ASD)

    /storage/emulated/0/Android/data/<packageName>/files/

You can create this ASD with Taifun's File extension: App Inventor Extensions: File | Pura Vida Apps

See also here:
https://groups.google.com/g/mitappinventortest/c/lRv4pzvr7fk/m/QKW4vkcmCAAJ

1 Like

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