If I paste this code (from a gallery website) into my web browser:
A dialog box is generated with the message "you have chosen to open imagex.jpg....open or save" (a typical download window).
I am trying just to get the image into my app using HttpUtils2 and download:
Images is a list containing all the links, which is working fine. All links are correct. The JobDone is not called and I have no error message. My app continues, menus work etc but there are no images.
Can anyone help.
Regards
Mark
B4X:
www.somewebpage.com/bod.php?slideID=64C94333ECB3F3122B
A dialog box is generated with the message "you have chosen to open imagex.jpg....open or save" (a typical download window).
I am trying just to get the image into my app using HttpUtils2 and download:
B4X:
ImageJob.Download(images.Get(ImageIndex))
Images is a list containing all the links, which is working fine. All links are correct. The JobDone is not called and I have no error message. My app continues, menus work etc but there are no images.
Can anyone help.
Regards
Mark