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
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"
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