Hi Scott, The way used to handle connections between my LC client apps and LC server stacks :
Client side : 1.- set httpHeaders to "Content-type: application/x-www-form-urlencoded" & return 2a.- Windows/Linux LC Client app : POST urlencode(datakey=datavalue&…) to url… 2b.- MacOS X LC client app : POST urlencode(mactoiso(datakey=datavalue&…)) to url… Server side : 3.- Linux LC-Server stack : put urldecode($_POST_RAW) into PostIn 4.- PostIn = key:value&… is available for further uses I expect that if the server is running under MacOS X : 2a.- Windows/Linux LC Client app : POST urlencode(isotomac(datakey=datavalue&…)) to url… 2b.- MacOS X LC client app : POST urlencode(datakey=datavalue&…) to url… will do the job (untested) Regards, Le 2 mars 2014 à 14:47, Scott Rossi <sc...@tactilemedia.com> a écrit : > Anyone know if there's a combination of CR and/or LF (or something else) > that can be used when posting a text file on a server so that LiveCode is > able to understand the line returns when reading the file from the server? > > In the tests I'm doing, I get inconsistent results. With some files, > answering the downloaded text sometimes renders correctly in the answer > dialog (lines include returns), but never renders correctly in the message > box (return characters are ignored). > > At this point I'm trying to avoid HTML formatting because there's a bunch > and front and backend stuff that would need to be updated -- trying to > avoid that, if possible. > > Thanks for any suggestions. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > _______________________________________________ > 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 -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com _______________________________________________ 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