Re: File upload problem / $Request->Form problem

2009-07-01 Thread Warren Young
Andrew Koebrick (ADM) wrote: asp title: cgi title: test title Would I be correct in guessing that this Apache::ASP application is brand new, and hasn't been running successfully for some time in the same configuration? If so, I would guess that you don't yet have Apache::ASP set up correct

RE: File upload problem / $Request->Form problem

2009-07-01 Thread Andrew Koebrick (ADM)
Warren, Thank you for the response. I had actually tried this syntax: if ($Request->{Method} eq 'POST') { my $form = $Request->Form; # process $form->{stuff} here } But I can not seem to access anything from the form via this method. In fact there seems to be little