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()?
|
|---|
| 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 | |
by john_oshea (Priest) on Jan 10, 2006 at 14:51 UTC | |
by Angharad (Pilgrim) on Jan 10, 2006 at 15:11 UTC | |
by john_oshea (Priest) on Jan 10, 2006 at 15:24 UTC |