|
Hello
PHP by default has a max uploaded filesize of 2mb so you will never be able to upload a larger file than PHP allows with the software unless you alter your server's PHP setup to allow larger files than that restriction. You need to edit the php.ini file but if your on a shared server more than likely you need to contact your host.
|