Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread matthias rebbe via use-livecode
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. Regards, Matthias > Am 16.12.2023 um 17:37 schrieb Klaus major-k via use-livecode > : > > Should I use a different format to pass the

Re: Should I upgrade to Xcode 15.0 or 15.1?

2023-12-16 Thread Paul Dupuis via use-livecode
For the purposes of notarization of macOS apps, I have seen no difference between Xcode 15 and 15.1 under Sonoma on a macBook Air (M1 processor) I don't developer iOS apps though, nor do I use Xcode for anything other than code signing, notarization, and stapling of macOS desktop apps On

Should I upgrade to Xcode 15.0 or 15.1?

2023-12-16 Thread Andreas Bergendal via use-livecode
Hi all, I’ve just taken the step to MacOS Sonoma (14.2), and now intend to upgrade Xcode from 14.x to 15. But I'm unsure of which version to go for, as the latest LC release notes say Xcode 15.0 and LC is usually quite picky about it. I don’t want to download and install all the gigabytes of

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Should I use a different format to pass the CR delimited list to the LC script? If yes, which one? > Am 16.12.2023 um 16:50 schrieb Klaus major-k via use-livecode > : > > Followup: > I checked fo "illegal" character like @ ' etc., still no joy. > This has been working two weeks ago! > >> Am

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Followup: I checked fo "illegal" character like @ ' etc., still no joy. This has been working two weeks ago! > Am 16.12.2023 um 15:51 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I am trying to upload a (not so long) urlencoded text list > to my server, but get the tsNet

tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Hi friends, I am trying to upload a (not so long) urlencoded text list to my server, but get the tsNet error as in the subject. In the form of: ... ## Remove spaces etc. put clean_name(tSetlist) into tDateiname put "whatever" & CR & urlencode(fld "setlist") into tInhalt put