On Mon, May 21, 2001 at 01:35:11AM -0700, Thomas K. Burkholder wrote:
> Hi,
> 
> I'm using libapreq to do http file uploads, works just fine on my
> Debian/unstable desktop system, running Apache 1.3.14, mod_perl 1.25.
> 

<...>

> 
> The HTML looks something like this:
> 
> <HEAD>
> </HEAD>
> <BODY bgcolor="#FFFFFF">
> <FORM METHOD="POST" ENCTYPE="multipart/form-data" TARGET="main"
> ACTION="areaj?pg=upload">

Wild guess, change it in:

<FORM METHOD="POST" ENCTYPE="multipart/form-data" TARGET="main"
ACTION="areaj">
<input type=hidden name="pg" value="upload">

> <TABLE>
> <TR>
> <TD>Select File:</TD>
> <TD><INPUT TYPE="file" NAME="filename" SIZE=40 MAXLENGTH=200></TD>
> </TR>
> <TR>
> <TD></TD>
> <TD><INPUT TYPE="submit" NAME="Upload" VALUE="Upload"></TD>
> </TR>
> </TABLE>
> </FORM>
> </BODY>
> 
> And showing the perl isn't really important, since it doesn't get
> called.
> 
> Any ideas, anyone?
> 
> Thanks,
> 
> //Thomas
> Thomas K. Burkholder
> [EMAIL PROTECTED]
> 

-- 
                                The Moon is Waning Crescent (4% of Full)
                                                  nieuw.nl - 2dehands.nl

Reply via email to