I need to send a set of parameters to a webserver,
I am trying to use Download2 in this way:
the problem is that I also have to send an image along with the parameters, so the instruction should be:
How can I add the image to the parameter list?
Thank you
Paolo
Translated with DeepL.com (free version)
I am trying to use Download2 in this way:
B4X:
j.Download2("https://api.site/service", Array As String("par1", "PAR1", "par2", "PAR2", "Key", "11111111"))
B4X:
j.Download2("https://api.site/service", Array As String("par1", "PAR1", "par2", "PAR2", "Key", "11111111", "img",<image jpg>))
Thank you
Paolo
Translated with DeepL.com (free version)