• Resolved mcwtest

    (@mcwtest)


    I want to increase the Upload size from 2 MB to 100 mB. since i will be uploading the Podcast Videos.
    I am using CPANEL – i dont see any place in CPANEL to configure Php.ini file. Which Files i need to modify the wordpress installed in CPANEL.

    Q2. I have another site hosted in XAMPP. On which files should i modify the php.ini file to increase size.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey, McWtest!

    Try adding the following to your php.ini file:

    upload_max_filesize = 100M
    post_max_size = 100M

    You need to modify the file called php.ini

    Thread Starter mcwtest

    (@mcwtest)

    Thanks Augustin for giving exact lines to modify. It is working now.

    Thread Starter mcwtest

    (@mcwtest)

    hey Augustin,
    It works fine in the XAMPP for wordpress.
    I have site in the CPANEL also with wordpress.
    I think i need to modify some more files in the wordpress with respect to size.
    Since i have already increased the limit for php.ini in CPANEL but still it does not reflects in the wordpress Add media. it shows size as 2 MB only.

    Do i need to modify any Files Size in the WordPress Config file.

    Add this code to your wordpress congfig file the increase the php memory limit
    /** Define memory limit. */
    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload Size increase from 2 MB to 100 MB’ is closed to new replies.