0

I just start to learning how to upload image on react native with expo and I have successfully log my image file to the console which means its ready to be uploaded on the server, but I heard about base64, and I don't really get the concept of that... do I need to convert my image to base64 before uploading to the server or image will be converted to base64 when requested from the server? Can somebody enlighten me on this.

Obajuwon
  • 15
  • 4

1 Answers1

0

You can review this page to understand the base64 concept, its advantages, disadvantages and the basic idea behind it.

EkremAy
  • 139
  • 6