I have converted a canvas image to data URI using jquery and the data URI is too long, say about 800,000 characters.
Is there any methods for reducing/shortening the length of the data URI?
I need to send the image data via GET/POST method but I got an error message that the string length is too long