Android Question is there a simple way to download txt or xml file?

a2stepper

Member
Licensed User
Longtime User
all i can find is to download a huge file and i just want to download a small size file.
thanks.
 

a2stepper

Member
Licensed User
Longtime User
i'm using the downloadlarge files found in documents. then is there a way to do an 'on error' if a file is not found?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You just can do this with httputils2...
Try it with a non exiting url and in JobDone you can react on the result.
 
  • Like
Reactions: eps
Upvote 0
Top