> The content length for a POST is returned in the HTTP request header, and
> the actual data is in the body of the request.
>
> It's not only outside of CF, but it wouldn't work with standard
> web servers,
> which even for CGI applications handle all of the data before the CGI
> application gets the data, generally.
So we just have to write our own tiny custom web server to solve the
problem. No big deal, eh? ;->
Seriously though, I was half asleep when I said that. And been months since
I've looked at http specs (since I wrote tcpclient actually). But... now
that I think about it, I was goin to write a simple http server as an
optional interface an image processing database anyway. Perhaps I'll see if
I can do just what I said while I'm at it.
I'll guess we'll find out if it's possible soon. :)
--min
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.