On Wed, 31 Oct 2001, Jonathan M. Hollin wrote:

> Date: Wed, 31 Oct 2001 12:34:40 -0000
> From: Jonathan M. Hollin <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Unpredictable Effects after Upload...
>
>
> Hello all,
>
> Platform:  Windows 2000, Apache, mod_perl
>
> Problem:  When submitting forms that include files (uploads) my script
> becomes very unpredictable - CGI.pm doesn't seem to be able to recognise any
> data that's passed as part of the query string (it does still process form
> input though) once a file has been uploaded.  Submit the same form but
> without attaching a file and everything works perfectly.  There is nothing
> in the error logs to indicate what the problem might by (I'm using the -w
> flag).
>
> Can anyone offer any insight into what might me going on here?
>
> Jonathan M. Hollin - WYPUG Co-ordinator
> West Yorkshire Perl User Group
> http://wypug.pm.org/

Jonathan,

Please try using Apache::Request instead of CGI.pm.  Furthermore, look
into Apache::Upload.  I'll bet these modules will fix your problems.
`perldoc` those modules (install them if you have to) and also read
The Guide (tm) for more information:

    http://perl.apache.org/guide/

ky

Reply via email to