[Support request] Increasing Upload Size

Home Forums Support [Support request] Increasing Upload Size

Home Forums Support Increasing Upload Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258925
    Bradford

    I am wanting to increase the upload size for files to be able to use the Simple Podcasting Plug In and easily host audio files. I followed the directions out lined at https://generatepress.com/forums/topic/image-7mb-uploading-http-error/ and made sure that the server will handle the larger size.

    I have placed in the code to functions.php as seen below

    /**
    * GeneratePress functions and definitions
    *
    * @package GeneratePress
    */

    @ini_set( ‘upload_max_size’ , ‘210M’ );
    @ini_set( ‘post_max_size’, ‘200M’);
    @ini_set( ‘max_execution_time’, ‘500’ );

    // No direct access, please
    if ( ! defined( ‘ABSPATH’ ) ) exit;

    However I am still limited to 64MB. Is there a step I missed?

    Thanks

    #259006
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    There’s some other methods here that might be helpful: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.