upload base64 encoded image data
hh
hh at hyperhh.de
Wed Dec 21 07:38:29 EST 2016
Because "+/=" is possibly in the encoded data:
Did you already try the following?
put urlEncode(base64encode(myImg)) into tImage64
put quote& "data:image/jpg;base64," & tImage64 "e into myContent
post ... "content": & myContent ...
The image size will increase by a factor of 3 to 4 using base64.
There is also a server side post_max_size, but this is usually
announced (some online converter have this around 20 MByte).
More information about the use-livecode
mailing list