Hello Garry,
You need to create seperate php.ini for each of the account under your Reseller. You can increase upload limit more than 2M by adding the below parameters under each account's php.ini
----
upload_max_filesize = 10M
post_max_size = 10M
----