Strange $_FILES ... help please

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Strange $_FILES ... help please

Post 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:
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Re: Strange $_FILES ... help please

Post 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:
Post Reply