# Increasing/Decreasing upload documents & images size limit

- To change the document size limit open config/constants.php
- You will find to variables 
    - ‘image\_size\_limit’ =&gt; ‘500000’, //in Bytes
    - ‘document\_size\_limit’ =&gt; ‘1000000’, //in Bytes,
- Change the value of the above to change the size limit.
- Size must be provided in Bytes.
- Bytes to MB converter (https://convertlive.com/u/convert/bytes/to/megabytes)