Asynchronous upload via post?

Andre Garzia andre at andregarzia.com
Tue Jun 12 12:57:55 EDT 2007


David,

if your on *nix (and that includes Mac OS X) then you can shell() to
curl or wget to post... if you assemble a nice curl command you can
upload your data and check it periodically by reading a log file or by
reading from process. (reading from logfile is easier)

Cheers
andre

On 6/12/07, David Bovill <david at openpartnership.net> wrote:
> You can load a url and you can do asynch ftp upload - but how about if you
> want to send a large amount of data to a remote location without using ftp?
> Can you do an "asynch post"? I guess you could do an asynch ftp upload and
> then a quick sychronous post on completion - any thoughts?
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list