Strange $_FILES ... help please
Posted: Mon Sep 01, 2008 10:09 pm
Hi all,
I have php code to upload files (preview file and content file).
If i fill the preview and the content, the destination file didn't read anything from $_FILES params.
But, if i fill only one (preview file or content file), the destination file can read from $_FILES params.
and this is php setting in my server.
register_globals = On
error_reporting = E_PARSE
Help please ...
I have php code to upload files (preview file and content file).
If i fill the preview and the content, the destination file didn't read anything from $_FILES params.
But, if i fill only one (preview file or content file), the destination file can read from $_FILES params.
and this is php setting in my server.
register_globals = On
error_reporting = E_PARSE
Help please ...