Friends, I want to send photos using the Photon plugin.
I already figured out how to do it.
The user selects a photo from their device.
This is done using the "file choser".
Next, I encode the selected image.
This is done using the base64 plugin.
Base64 encodes the image.
I am sending the image code text via Photon.
But it is very long.
And that's why I see the error.
Photon is limited in sending data.
More than 50 kb there are problems.
I decided that I would send in parts.
Anyone have an idea how to do this.?
The main question is how to send text in parts through Photon.
Thanks in advance