Ask, reply and learn. Join the community of Akaunting.
akaunting is installed on the server. Can't upload anything over 2M(File is too big (2.02MiB). Max filesize: 2MiB.). Changed the minimum size in Php.ini
post_max_size = 20M
upload_max_filesize = 20M
variable that is responsible for the size of the uploaded file
FILESYSTEM_MAX_SIZE=20
Where can I find the entry "FILESYSTEM_MAX_SIZE=20"? Is it in the php.ini? Do I need to add an additional line there?
Showing 1 to 3 of 3 discussions