Hello,
I converted an image to base64 string and want to send that string to a webpage in this format:
"ww w.j ustawebsite .co m/mybase64string"
but I am getting 414 too long url error.
Do you have a solution or an advice?
what I am trying to do is send an image captured by app to my server. if we can send directly(without converting base64) I am ok with that too.
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
I have a python code to do image processing operations. I will implement this code to my server and get photos from my users then process that photos and send result to my users. I found this solution but sending photo as base64 gives 414 too long error.
I searched to execute python codes in app and found puravidaapss/skulpt.html but coud not execute it because it can not find skulpt.html
No point processing the image at the upload end, the base64 code will still be too long. You need to reduce the image size, which will reduce the length of the base64 string