[thelist] Image upload help....

Andrew Clover and-evolt at doxdesk.com
Wed Jun 26 15:36:01 CDT 2002


Rob Schumann wrote:

> If I run a check on $_POST super global on the far side of the call the
> img_File key DOESN'T EVEN EXIST!!!

Uploaded files no longer go to $_POST in PHP 4.1. Look in $_FILES instead.

There are good reasons for this (not least security), and that's the way
it should have been all along, but these API changes certainly are
disconcerting.

--
Andrew "not actually a PHP coder" Clover
mailto:and at doxdesk.com
http://and.doxdesk.com/



More information about the thelist mailing list