On 2005.06.20, Bas Scheffers <[EMAIL PROTECTED]> wrote: [... file upload using DHTML/AJaX, etc. ...] > But I was just wondering if something like that could be possible in some > way in AOLserver, preferably without too much C hacking.
Sure, if [ns_conn contentlength] were modified to take an optional conn arg (sound familiar) ... then the async. XML request could ping the server periodically asking "what's the contentlength received on this other connection $conn?" Although, now with the driver thread doing the I/O, this might not work anymore. Hmm ... -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
