• Resolved ronc

    (@ronc)


    In the layout we define the maximum image size in mb. Yet there is a limit in total mb that can be uploaded upon submitting.

    Who controls this maximum? World press, Capnel or Entry Wizzard?

    Can it be changed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ronc

    (@ronc)

    Found that these can be change the total max and single size max in:

    cpanel php block check the multiphp ini editor

    in other words the file php.ini controls it

    It certainly does. The directives you need in php.ini placed in your root folder are (eg to set 64MB):
    upload_max_filesize= 64M
    post_max_size = 64M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Maximum megabytes uploading’ is closed to new replies.