Where did you get your ini file from? If you are going to create your own ini file, then you should ensure that all the same PHP extensions are enabled as you are presently using. You can check this using the phpinfo function.
To increase your file upload limit, you'll need to increase the upload_max_filesize setting. Also ensure post_max_size is set appropriately too.