
18 Sep
2006
18 Sep
'06
5:25 p.m.
On 9/17/06, Erik Enge <erik.enge@gmail.com> wrote:
Actually I do know. At that time *REQUEST* is bound
Hm, there are gremlins in my code. *request* can't be bound at that point because make-tmp-file-name is called from rfc2388:parse-mime which is called from parse-rfc2388-form-data which is called in initialize-instance :after on request. I guess I'll patch TBNL locally to write the raw-post-data after initialize-instance is done. Erik.