Re: [PHP4BETA] register_globals affects File Uploads?
[email protected] (Andrei Zmievski)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 22 May 2000, Dave wrote: > Does anyone know why setting register_globals=Off in php.ini disables file > uploads? It would seem to me that the file data would be in $HTTP_POST_VARS > if track_vars=On regardless of what register_globals is set to...it also > states in the PHP docs that the image data would be in $HTTP_POST_VARS as an > array in the multiple file uploads section. > > Current Settings: > variables_order = "GPCSE" > register_globals = Off > track_vars = On > register_argc_argv = Off > > Anyone have any idea on a workaround? It's $HTTP_POST_FILES, not $HTTP_POST_VARS. -Andrei