Re: [php-list] Predeclaring Variables - what kind of a variable is an uploaded file?

2006-01-26 Thread Brian Cummiskey
> But, > it's not handling the uploads, and I suspect an uploaded file doesn't > get referenced inthe $_GET or $_POST variable. > > How do I predeclare it? $_FILES http://php.net/globals Community email addresses: Post message: php-list@yahoogroups.com Subscribe:[EMAIL PROTECTED

[php-list] Predeclaring Variables - what kind of a variable is an uploaded file?

2006-01-26 Thread Marian Briones
As I strive to secure my scripts to please my ISP and ensure I am doing my part to keep my srever secure, I have rewritten my content management system to predeclare stuff coming in from a form. But, it's not handling the uploads, and I suspect an uploaded file doesn't get referenced inthe $_GET o