I am using Google Chart QR code , I have to send data more then 2k , I read document on
https://developers.google.com/chart/infographics/docs/qr_codes
its says that
The data to encode. Data can be digits (0-9), alphanumeric characters, binary bytes data,
or Kanji. You cannot mix data types within a QR code. The data must be UTF-8
URL-encoded.Note that URLs have a 2K maximum length, so if you want to encode more than
2K bytes (minus the other URL characters), you will have to send your data using POST.
Can any one have sample that how can I send data using POST for Google QR – Code
I have used zxing library to solve my problem, I have downloaded Zxing Project and create DLL of it then reference that DLL into my project.
Encoding
Decoding