in reply to enctype required??
Based on the code snippet it looks like you might be using Apache::ASP. It's probably not a good idea to use CGI with Apache::ASP together, since you can already get at all the form values through the $Request object.
Update: The Apache::ASP docs say this isn't true, but I wonder how that works with the recent changes in CGI.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: enctype required??
by davidg (Initiate) on Apr 03, 2005 at 00:58 UTC | |
by Errto (Vicar) on Apr 03, 2005 at 01:11 UTC | |
by davidg (Initiate) on Apr 03, 2005 at 03:18 UTC |