• Resolved Amy H.E.

    (@amy-he)


    I am trying to ‘upload’ the zip file to WordPress, but it says that the file size is too large.
    I am getting this message: “The uploaded file exceeds the upload_max_filesize directive in php.ini.”
    What can I do? I am ‘hosting’ my site locally on my computer with InstantWP.
    Thank you in advance,
    Amy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sona

    (@support-web-dorado)

    Dear Amy,

    Try doing the following: using ftp go to your WordPress folder. Here navigate to wp-content/themes/ folder and paste the unzipped theme folder here. Then go to your WordPress Admin panel and activate it here. Thank you.

    Hello Amy,
    You need to go to your site’s wp-config.php file and add following code line:

    define('WP_MEMORY_LIMIT', '64M');

    Note: This feature may not work with some web hosts, so you would have to request them to increase your PHP Memory limit.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File size too big’ is closed to new replies.