Pass base64 code to another page

5

I have tried to pass as get only the code has bar and error, I just need to pass the base64 code from one page to another page.

Obs ** This base64 code is being generated on page A with crop. And I have to move to page B for another treatment.

Would anyone have any suggestions on how I could do this using javascript / jquery

    
asked by anonymous 11.10.2016 / 21:06

1 answer

2

I believe you can use sessionStorage . Once you are working on the client side and some scenarios have to be considered.

link

It's simple to use sessionStorage for both jquery and javascript!

    
11.10.2016 / 21:14