Hi Matthias,

> Am 16.12.2023 um 23:29 schrieb matthias rebbe via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hello Klaus,
> 
> You could try to post the data as a file  to the server. There is an array 
> $_files in Livecode server available, which handles the file uploads.

ah, sounds promising, thank you! :-)
I wanted to post the list directly from an LC field, but can surely store its 
content to a temp file.

But how is the syntax in my case?
...
put clean_name(tSetlist) into tDateiname 
## = filename on server

## put "whatever" & CR & urlencode(fld "setlist") into tInhalt
put "https://www.MYSERVER.de/setlists.lc?name="; & tDateiname & "&setlist=" & 
url("file:" & path to file") into tURL #?
## Nothing in the dictionary about this
...

> Regards,
> Matthias

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to