Problem in PHP and Apache Configuration in uploading files

Hi…

I encountered problem in my configuration of my php because not all data was uploaded to database eventhougn my files is not large it was only KB.

my server is apache.

I already edit this:
•max_input_time
•memory_limit
•max_execution_time
•post_max_size

but still not all data was save to my database…

I tried everything and yet, nothing was change. still not all was save to my database :frowning:

Thank you

Did you restart the server after making the configuration changes to make them take effect?

Yes,

Thank you

What value if any is stored in $_FILES[‘userfile’][‘error’] where userfile is whatever the field is called in the form. (http://www.php.net/manual/en/features.file-upload.errors.php)

Are you uploading multiple files at a time or just one?