In my project,I need to transfer image and string to server(server side uses php).I completed uploading images to server.So the only question is how can I send string to server.Can anyone tell me how to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here is some code that should point you in the correct direction. First, use something like this on your application side: Java:
And pick it up with something like this on your server side (http://xyz/your_php_script.php): PHP:
Edit, per your comment: It is more complicated because you have to use a |
||||