Hi ,
I have an android app and I am trying to send an image with parameters to a php server.
The php server receives the data via post like this :
http://sitename.com/phpfile.php?param1=abs& param2=”The uploaded image”
It is like using an html form to send the data like the attached file.
The android uses httpurlconnection and dos.writebytes to do the operations.
Please if you know how to fix this then bid otherwise don`t.
Regards
