in reply to CGI script problem .. trying to upload files

At first I thought the problem was that you didn't import the upload() function ... but then I see you are creating a new instance of a CGI object rather than the function-oriented interface.

Is it possible your server is working with a very old version of CGI.pm that doesn't have upload()?


No good deed goes unpunished. -- (attributed to) Oscar Wilde
  • Comment on Re: CGI script problem .. trying to upload files

Replies are listed 'Best First'.
Re^2: CGI script problem .. trying to upload files
by Angharad (Pilgrim) on Jan 10, 2006 at 14:41 UTC
    well there is that possibility .. i dont know how old a cgi version tripod uses :(

      It would have to be ancient - upload() got added in... February 1999(!)

        well i have just had a look. the version tripod is using is version 2.30 from 1997 ... so .. 9 years old. lol. I guess that is what you get for using a freebie cgi server