Issue with wp_handle_upload

In order to change upload size limit two options have to be changed in php.ini configuration file – upload_max_filesize and post_max_size. These options cannot be changed at runtime so you will need to have access to php.ini in order to modify them. Example:

upload_max_filesize = 20M
post_max_size = 22M