开发者

Android: Serializing video files

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜