msr79526
(SR Official)
February 18, 2022, 4:58am
1
I was uploading images to ftp directly after the image picker pick. That was working fine in the lower version. But in android 11 that was not working. after request to upload ftp upload error event was call. but it doesn’t return any error message. just it was called.
Help me to solve this please
msr79526
(SR Official)
February 18, 2022, 3:31pm
2
Is there anyone who know about this, any clue plz
dora_paz
(Dora)
February 18, 2022, 3:40pm
3
Temporarily add a label and set label’s text to get selection to see the path. Most probably is a path issue
D_shovan
(D'shovan)
February 18, 2022, 5:54pm
4
lower version of android get file path directly, but android 11 get file path from android folder encrypted file. cheek the android version for every phone and if android 11 then change the file path.
msr79526
(SR Official)
February 19, 2022, 6:08am
6
I got this file path. & it doesn’t exist. I tried add file:// but that was also not exist saying by file component
D_shovan
(D'shovan)
February 19, 2022, 7:24am
7
file:///stogare/emulated/0/Android/data/yourpackagename/files/assets/images.jpeg
msr79526
(SR Official)
February 19, 2022, 12:35pm
9
didn’t understand. what i have to add with my selection path. please clear this . I tired by adding file://+ selection path. that was saying not exist
msr79526
(SR Official)
February 20, 2022, 5:13am
10
Please help someone . I have to upload my app
msr79526
(SR Official)
February 20, 2022, 6:34am
11
@Kodular please help me solve this
msr79526
(SR Official)
February 21, 2022, 3:38pm
13
i tried this
it return false
/storage/emulated/0/Android/data/io.makeroid.companion/files//storage/emulated/0/Download/images.jpeg
then i tried this
it return false
file:///storage/emulated/0/Android/data/io.makeroid.companion/files/Download/images.jpeg
Now please anyone tell me how can i get path please
vknow360
(Sunny Gupta)
February 21, 2022, 3:58pm
14
Use Activity Starter to pick file and get file path from there.
1 Like
msr79526
(SR Official)
February 21, 2022, 4:46pm
15
do you have any guide to do this?
msr79526
(SR Official)
February 21, 2022, 5:05pm
17
Thank you soo much. I am trying soon
msr79526
(SR Official)
February 21, 2022, 5:06pm
18
can you test is this return path exist or not
The File component needs a relative path. But the File.Exists block doesn’t seem to work anyway (exept for files in the assets).
Which “return path”?
For checking if a file exists use one of the File extensions from @Taifun or @vknow360 .
msr79526
(SR Official)
February 22, 2022, 5:45am
20
why facing this error: no corresponding activity was found
dora_paz
(Dora)
February 22, 2022, 6:11am
21
Try to use image/* instead of Image/*
1 Like