How do I use androidHttp to upload multipart video to server

264 Views Asked by At

According to the android documentations, I should be using AndroidHttp.HttpTransport instead of Apache as Apache may not be supported in the future, etc. etc. Does anyone know how to use AndroidHttp for sending multipart data to server? I need to upload a video to server along with title, username, timestamp, etc. Thanks for any help.

With apache, the following code works well for uploading multipart video: Android upload video to remote server using HTTP multipart form data

0

There are 0 best solutions below