Re: Encoding Arrays with File Paths

2025-02-24 Thread Alex Tweedly via use-livecode
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’

Re: Encoding Arrays with File Paths

2025-02-24 Thread Bob Sneidar via use-livecode
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

Problems with Android setup

2025-02-24 Thread Patrick Roza via use-livecode
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

Re: Encoding Arrays with File Paths

2025-02-24 Thread Mark Waddingham via use-livecode
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