[MOO-Cows] Can I read() a line unterminated by CR or LF for E_WEB's 'POST'?

2005-02-07 Thread The Mage
Hi all, I have been unable in the past to get the implementation of the HTTP 'POST' method working on E_WEB in LambaMOO 1.8.1 ... so I relied on accepting forms via 'GET' instead. Well, now I am coding a form with so much info that it exceeds Internet Explorer's 2048-byte limit on the length of a

[MOO-Cows] Re: Can I read() a line unterminated by CR or LF for E_WEB's 'POST'?

2005-02-07 Thread The Mage
Thanks a ton, [EMAIL PROTECTED] Poring over the code in the Aloha server is just too much work, but just your mention of 'multipart/form-data' send me rocketing in the right direction (I was screwing around fruitlessly with force_input() when I got your response). With a little googling about HTTP

[MOO-Cows] Re: Can I read() a line unterminated by CR or LF for E_WEB's 'POST'?

2005-02-07 Thread Andrew Wendt
On Monday 07 February 2005 12:30, The Mage wrote: When I send a form via the 'POST' method in both Camino and Safari on the Mac, the final line of the HTTP request is passed unterminated by a CR or LF ... and unfortunately this line contains all of the relevant POST data generated by the form.