Support

Account

Home Forums Backend Issues (wp-admin) file field pointing at folder other than 'uploads'? Reply To: file field pointing at folder other than 'uploads'?

  • Hi @nf,

    Thanks for the post.

    It is also possible to increase the maximum upload size through your functions.php file through the following code snippet:

    @ini_set( 'upload_max_size' , '64M' );
    @ini_set( 'post_max_size', '64M');
    @ini_set( 'max_execution_time', '300' );