Force LiveCode to Honor Returns In Server Text File?

2014-03-02 Thread Scott Rossi
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,

Re: Force LiveCode to Honor Returns In Server Text File?

2014-03-02 Thread Pierre Sahores
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 :