Archive of UserLand's first discussion group, started October 5, 1998.
Re: mainresponder.respond: Proposal or Callback?
Author: Dave Winer Posted: 1/15/1999; 9:26:11 AM Topic: mainresponder.respond: Proposal or Callback? Msg #: 2154 (In response to 2152) Prev/Next: 2153 / 2155
Good. Thanks for working with me on this.Let's see if I understand. You want me to put this code:
if string.lower (adrparamtable^.requestHeaders.["Content-type"]) beginsWith "multipart/form-data" user.webserver.utilities.parseMultiPart2 (adrparamtable)} else webserver.parseArgs (adrparamtable^.requestBody, adrtable) for i = 1 to sizeof (adrtable^) adrtable^ [i] = string.urldecode (adrtable^ [i])into mainResponder.respond. Where?
And I don't have user.webserver.utilities.parseMultiPart2 in my root. What does it do?
Dave
There are responses to this message:
- Re: mainresponder.respond: Proposal or Callback?, Kurt J. Egger, 1/15/1999; 9:56:02 AM
This page was archived on 6/13/2001; 4:47:18 PM.
© Copyright 1998-2001 UserLand Software, Inc.