Uploading Image from android to PHP server
In my app i am uploading an image from my device to a local web server... after executing the code a .jpg file gets created in the server but it does not gets opened. And the size of the file in server is different from the original file. Android activity:-- public class MainActivity extends Activity { private static int RESULT_LOAD_IMAGE = 1; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button btnSelectImage=(Button) findViewById(R.id.uploadButton); btnSelectImage.setOnClickListener(new