Hmmmm, strange. I've used it in a similar way and gotten better results. Does it save the file(s)? Are you behind a proxy on either end? Finally, what browser/server are you using? Also, are you using the latest version from rebol.org? I fixed a problem that would cause some files to loop indefinitely 3 or four weeks ago. -- Andrew Grossman http://web.dartmouth.edu/~grossman/pgp.html --- You wrote: Actually Andrew it is for multipart-encoded POST's but I need to save the data in one file, another script will ftp download at a set interval and process offline. But I tried using post.r it saved the file but never got to the line beyond the decode-multi call, which prints a simple reply do %post.r decode-multi %uploads/ true print ["Content-Type: text/html^/^/" <HTML> <TITLE>"Thank You"</TITLE> <BODY>TEST MESSAGE</BODY></HTML>] Am I using it wrong? Cheers Allen K ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 1999 4:49 PM Subject: [REBOL] Saving Post Data Re: > My post.r is only for multipart-encoded POSTs (ie, uploaded files). For regular post data, though, I think it would be reasonably useless. > > -- > Andrew Grossman > http://web.dartmouth.edu/~grossman/pgp.html > > --- You wrote: > PS I had a look at Andrew's Post.r, but it uses input, and that justs time- > out on IIS (presumably waiting for different line terminator) > --- end of quote --- > > --- end of quote ---
