Asynchronous upload via post?
Dave Cragg
dave.cragg at lacscentre.co.uk
Wed Jun 13 13:53:55 EDT 2007
On 13 Jun 2007, at 16:31, J. Landman Gay wrote:
> Dave Cragg wrote:
>> Although "post" is described as "blocking" it only blocks the
>> script it is called in. Other scripts can run at the same time.
>
> Is this true of "put url" also? I want everything to stop in my
> script until it's done.
It's the same for all "blocking" calls. It will stop the script it's
called in. That's why I favor the term "script blocking". But while
that script blocks, other scripts may run, for example, by a user
clicking a button.
Dave
More information about the use-livecode
mailing list