Hi,
I want to use in B4A the equivalente expression in Php:
curl -F "targets=@<filename>" "http://mydomain.com/script.php?<args>"
I provide a filename with text data (<filename>) and the arguments (<args>).
So it's a Post and Get request at the same time...
Any ideas?
Kind regards,
Kepler
I want to use in B4A the equivalente expression in Php:
curl -F "targets=@<filename>" "http://mydomain.com/script.php?<args>"
I provide a filename with text data (<filename>) and the arguments (<args>).
So it's a Post and Get request at the same time...
Any ideas?
Kind regards,
Kepler