-
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 
Thank you
-
Did you restart the server after making the configuration changes to make them take effect?
-
-
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/feature...oad.errors.php)
Are you uploading multiple files at a time or just one?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks