Multipart form decode

2024-01-22 Thread David Bovill via use-livecode
I see in the dictionary several functions related to multipart form encoding - but not decoding. Does anyone have a function that lets my decode form posts to the built in HTTP server. ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

tsNetCustomUploadSync: what am I doing wrong?

2024-01-22 Thread Ben Rubinstein via use-livecode
I'm trying to use tsNetCustomUploadSync, but something is going wrong. To establish a baseline, I'm using it to do a POST request. I can prove that my data is good because this works: set the httpHeaders to tHeaders post tRequestData to URL tURL put it into fld "ResultData"

LockLoc and grab

2024-01-22 Thread David Epstein via use-livecode
A group with lockLoc set to false does not resize itself when an object in it is moved by a “grab” command. Is this a bug? Is there a simple workaround? Recipe using 10.0.0 dp6 on an intel Mac: Create a button with this script: on mouseDown; grab me; end mouseDown. Group the button. Con