I am creating a sign up form where i need to send the following data to the PHP server to create the user account
- First Name
- Last Name
- PAssword
- Image
i am sending the first four via JSON. now i am wondering how to include the image and send it to the server.
you can transfer byteStream of image by HttpConnection .
i followed this link for the same .