-1

I have problem how to parameters to post base64 to reverse google search image?

richees
  • 24
  • 6

1 Answers1

0

You can check this blog on how to do Reverse Google Image Search. It shows here what steps you need to do.

It shows here that it uses the standard HTML5 File System APIs. Internally, it takes your image file, converts it to Base64 (data URI) and submit the encoded image as HTTP POST request to Google Image. The browser then automatically redirects to the search page.

You can also check this SO question for more information.

Community
  • 1
  • 1
KENdi
  • 7,576
  • 2
  • 16
  • 31