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

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

  • Comment on Re: Re: Re: File Upload - AND hidden values