Re: newbie: file uploads not working :(

2002-09-12 Thread Paul de Repentigny
Alan, Much easier to read would be: sub handler { my $r = Apache::Request->new(shift); my $file_name = $r->param('see_below'); my $file = $r->upload('see_below'); if ($file) { # here you go... # filehandle is in $file->fh; } } On the HTML side, should read:

Re: Help with apache::sandwich

2002-06-13 Thread Paul de Repentigny
e > > > I am the header. > > Index.html: > > This is just a thought. > But something should be above me. > > > The header doesn't show up when I go to the index page. What's up? > > Eric > <><><><><><>