Android Question Download file using service module

dibesw

Active Member
Licensed User
Longtime User
How can I download file from Client PC? (like this)

B4X:
DownloadService.URL = "http://192.168.1.13/images/ppp.png"
If I try this I have file not found.
Which is correct istruction?

THANKS.
 

dibesw

Active Member
Licensed User
Longtime User
Yes, but which is correct istruction?
file://192.168.1.13/dir/ppp.png
or
http://192.168.1.13/dir/ppp.png
or other?

If I type (in web broser)
file://192.168.1.13/c/amedeo/amedeo/ppp.jpg
I see the image.
but I use this istruction in download
I have an error "not found"
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…