As I've stated up there, it's not working for other files, other than the TestRoute.txt
.
What you built in your aia works because you manually uploaded the TestRoute.txt
file into the media here: 
This isn't what i'm trying to do. what my app needs to do, is allow the user to upload a file (any random .txt/.csv file) from their phone, to the app, and then see the contents on the file. the file cannot be uploaded as a media beforehand... instead, the app should allow the user to access his phone's file, and pick a file from there, and then display the contents in a label.
I tried to use your blocks to do this, but as I said up there, it didn't work for files other than TestRoute.txt
, and it still gave an error for some reason.. so as of now, no, I don't have a solution that works
..
Pick_file_test.aia (70.3 KB)
Here's my aia if you'd like to have a look at it and test it (if you have time of course..) it's only to specifically test this issue, which is to choose a file from the phone's storage and then display the file's contents in a label.
Uploading the file via the media just beats the whole purpose.. the user has no access to the media nor can they upload the file to the app through there.. it has to be selected (browsed and uploaded) through the activity starter into the app.
I hope this makes it clear, I'm sorry if I misunderstood something..
Again, Thank you so much for help, it is much appreciated!!