in reply to Re: File Upload - AND hidden values
in thread File Upload - AND hidden values

I dont understand where the variables are suppose to be.. sorry!
Adam
  • Comment on Re: Re: File Upload - AND hidden values

Replies are listed 'Best First'.
Re: Re: Re: File Upload - AND hidden values
by eejack (Hermit) on Jul 05, 2001 at 21:53 UTC
    Adam,

    Since you are not using CGI.pm (and you should) you need to parse out incoming data.

    But instead of doing that, you should use CGI.pm.

    use strict would be another good thing. -w would be helpful as well.

    EEjack