0

I am working on a chat project .I want to send video or audio or image to php server(same as whats app) and also i want to show it at receiver side .Please help me

userDroid
  • 41
  • 1
  • 6

1 Answers1

0

Use Base64 Encoding concept which will send audio or video or image as string and retrieve as you need..

Base 64 Encode Stackoverflow

Base 64 Encode for Audio Stackoverflow

Community
  • 1
  • 1
RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84
  • No. In mysql DB they have to define column type as BIGINT(2000) like that. So It can handle, Because I had implemented is Base64 for a PHP server – RajeshVijayakumar Feb 28 '14 at 12:26