I have problem how to parameters to post base64 to reverse google search image?
Asked
Active
Viewed 2,285 times
1 Answers
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.
-
Thanks for you answer, but i dont know what is parameters that filled base64 to submit POST – richees Mar 17 '16 at 04:16