• im using wordpress 4.0 and im using windows 8.1 and wampserver localhost im trying to upload a mp3 file but it says size limit exceed how to increase the size of the uploading limit i saw some posts that sying update php.ini but i dont know where to find that and all please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to the top of your wp-config.php (located in your website root):

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    If that doesn’t do it:

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    And ask your web hosting company to increase the memory limit on your php.ini file — specifically your upload_max_filesize and your post_max_size.

    If you’re on a shared hosting plan, most hosts give you the bare minimum unless you request more.

    Thread Starter rizkancool

    (@rizkancool)

    Im using localhost (wampserver) what are the steps that I must take please help me I found a pkugin as setting upload limit from that I tried but I couldn’t configure it please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to increase the maximum upload file size’ is closed to new replies.