Jquery Cropit data post(PHP/Laravel) -


i using jquery cropit plugin post crop image data hidden input field server, getting 4.3 response in return.

the image data after crop looks like: data:image/png;base64,ivborw0kggoaaaansuheugaaamyaaadgcay...

but when slice first 5 character string image/png;base64,ivborw0kggoaaaansuheugaaamyaaadgcay...

the data posted ok.

can explain issue?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -