On Sun, 13 Apr 2003 20:48:31 +0000, Tyler Eaves wrote: > On Sunday 13 April 2003 15:41, lost wrote: > >> form = cgi.FieldStorage > > There's your problem. > That line should read: > > form = cg1.FieldStorage() > > The () is the difference between what you want, and simply getting a copy of > the class. meh! can't believe i didn't see that one :) thanks, Tyler!