On 25/02/2025 00:35, Bob Sneidar via use-livecode wrote:
Okay I verified in my actual code. This is problematic if I don’t know how much
data is actually going to be sent. I ended up with roughly 138,000 bytes before
it choked. I supposed I could start with 128k chunks then dial it down if it’
Okay I verified in my actual code. This is problematic if I don’t know how much
data is actually going to be sent. I ended up with roughly 138,000 bytes before
it choked. I supposed I could start with 128k chunks then dial it down if it’s
too much. I wish I know what the limiting factors are bec
Hi,
I have been using LiveCode on and off for 10 years. A few years break due
to health.
I remember having problems with this before. Tried to follow this tutorial
and failed.
https://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio
Information here is very old and to me not comp
On 2025-02-21 16:25, Bob Sneidar via use-livecode wrote:
Yes and I replied to the ticket. The base64encoded data received is the
same as that which was sent, so I do not think data length is the
issue. Also if I send the file data just by itself without putting it
into an array, the file arrive