Using Chrome debugger, the HTTP Post Form data looks like this:
The parsed version looks like this:
How do I use Basic4Android to send this httpPost/httpJob over to add the new row to my Cakephp table?
Can you point me to a correct URL if there is any? Or provide me with a correct code for the example above? Thanks in advance.
B4X:
_method=POST&_method=POST&data%5BUpload%5D%5Bpicture%5D=Pic2&data%5BUpload%5D%5Bbubble_no%5D=1
The parsed version looks like this:
B4X:
_method:POST
data[Upload][picture]:Pic2
data[Upload][bubble_no]:1
How do I use Basic4Android to send this httpPost/httpJob over to add the new row to my Cakephp table?
Can you point me to a correct URL if there is any? Or provide me with a correct code for the example above? Thanks in advance.