I found many posts that used HttpClient and HttpPost in order to upload different types of data to a server, but now these method are deprecated.
Which is now the alternative to upload these types of data to a server?
Thanks in advance.
I found many posts that used HttpClient and HttpPost in order to upload different types of data to a server, but now these method are deprecated.
Which is now the alternative to upload these types of data to a server?
Thanks in advance.
Use MultipartEntityBuilder to send files
http://www.tauntaunwonton.com/blog/2015/1/21/simple-posting-of-multipartform-data-from-android