Hi everyone!
I have a problem that I don't understand how it is generated.
I make a call with job.poststring to insert fields into my sql including a base64 string (longtext).
I noticed that only for the base64 string when I generate it to send it it has a size of 78600 bytes, when it is sent I go to check the size on the server and it is 78614 bytes and therefore the decoding to read it from my device no longer works! Has anyone had the same problem or knows why it adds these 14bytes to me (it only adds them in the base64 string field). Furthermore, if I manually upload the base64 string to the server the size remains, while with the post it does not....
Thanks to anyone who can give me advice!
I have a problem that I don't understand how it is generated.
I make a call with job.poststring to insert fields into my sql including a base64 string (longtext).
I noticed that only for the base64 string when I generate it to send it it has a size of 78600 bytes, when it is sent I go to check the size on the server and it is 78614 bytes and therefore the decoding to read it from my device no longer works! Has anyone had the same problem or knows why it adds these 14bytes to me (it only adds them in the base64 string field). Furthermore, if I manually upload the base64 string to the server the size remains, while with the post it does not....
Thanks to anyone who can give me advice!