UltimatePOS

  1. Home
  2. Docs
  3. UltimatePOS
  4. Others
  5. Increasing/Decreasing upload documents & images size limit

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’ => ‘500000’, //in Bytes
    • ‘document_size_limit’ => ‘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)
Was this article helpful to you? Yes No