Page 1 of 1

Strange $_FILES ... help please

Posted: Mon Sep 01, 2008 10:09 pm
by drfeelgood
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 ... :banghead:

Re: Strange $_FILES ... help please

Posted: Mon Sep 01, 2008 11:17 pm
by drfeelgood
Hi all,

this problem solved. it's related to post_max_size in php.ini and total file size.

thank you all,
:offtopic: