Tobias Hoellrich wrote:
> 
> Almost :-) Apache cannot be used for multipart/form-data, gotta use
> Apache::Request instead. Change the start of the handler to :
> 
>         sub handler {
>           my $r = shift;
>           my $apr = Apache::Request->new($r)
> 
> and then get the params with @params=$apr->param;

Tobias,

I am looking into it right now, but you might be able to save me a lot
of time.  I want to display the name/values from the HTML form.  How
would I go about enumerating through the @params to do this?

Sam

Reply via email to