开发者

Android: Serializing video files

开发者 https://www.devze.com 2022-12-22 09:49 出处:网络
I want to send video files from the An开发者_开发问答droid via network to server. How can I serialize video files in Android?You cannot \"serialize video files\" on any platform, let alone Android. Fi

I want to send video files from the An开发者_开发问答droid via network to server. How can I serialize video files in Android?


You cannot "serialize video files" on any platform, let alone Android. Files are already "serialized" by definition.

If you want to send it to a Web service, you will need to research the API of that Web service (e.g., HTTP PUT for uploading videos) and then implement that in Android (e.g., using HttpClient).

0

精彩评论

暂无评论...
验证码 换一张
取 消