0

Possible Duplicate:
How to convert video file(.mp4) format into binary format in android?

I have one video(.MP4)file. i want to know video file binary value to upload the video in web server..Any one knows tell me am waiting thanks in advance

Community
  • 1
  • 1
user1829557
  • 39
  • 1
  • 3
  • What do you mean by "video file binary value" precisely? If you just mean the file contents, you'd just read the binary data using `FileInputStream`. The fact that it's a video is irrelevant. – Jon Skeet Nov 19 '12 at 06:44
  • i want to upload a video in web server.. if i want to upload a video in web server means i want to pass a request as binary value? – user1829557 Nov 19 '12 at 06:48
  • http://stackoverflow.com/questions/13416562/how-to-convert-video-file-mp4-3gp-format-into-binary-format-in-android/13416628#13416628 Same Question – Rajesh Rajaram Nov 19 '12 at 06:49
  • i cant convert with help of that code.. – user1829557 Nov 19 '12 at 06:52
  • strAttachmentCoded = new String(byteBinaryData); tell me use of this code – user1829557 Nov 19 '12 at 06:56

0 Answers0