in reply to cgi-lib error when using lwp multipart form to upload a file - what am I doing wrong?
cgi-lib.pl has been retired for several years (horribly broken).
You best bet is to port your CGI script over to the current CGI Module CGI.pm. Not only has file uploading been improved, but all current development is focused towards CGI.pm, so you can gain the benefits of other current modules like CGI::Carp and CGI::Safe.
| Unix - where you can thrown the manual on the keyboard and get a command |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: cgi-lib error when using lwp multipart form to upload a file - what am I doing wrong?
by slloyd (Hermit) on Apr 23, 2002 at 12:43 UTC | |
by erikharrison (Deacon) on Apr 23, 2002 at 13:36 UTC |