Title: upload_max_filesize
Last modified: August 18, 2016

---

# upload_max_filesize

 *  [chadcross](https://wordpress.org/support/users/chadcross/)
 * (@chadcross)
 * [20 years ago](https://wordpress.org/support/topic/upload_max_filesize/)
 * Hello,
 * I recently tried to upload a 8mb Mp3 to a page and got this error:
 * The uploaded file exceeds the upload_max_filesize directive in php.ini.
 * I could not find the file stated. Does anyone knowwhere I can find this parameter
   to change it?
 * Thanks.

Viewing 1 replies (of 1 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [20 years ago](https://wordpress.org/support/topic/upload_max_filesize/#post-403561)
 * Unless you have your own server, your host will have to up it.
    You can try this
   thread for suggestions: [http://wordpress.org/support/topic/56654?replies=12](http://wordpress.org/support/topic/56654?replies=12)
 * This site may help:
    [http://www.radinks.com/upload/config.php](http://www.radinks.com/upload/config.php)
 * And this one:
    [http://www.mcs.vuw.ac.nz/technical/software/PHP/configuration.html](http://www.mcs.vuw.ac.nz/technical/software/PHP/configuration.html)
 * I’ll give you an .htaccess directive that should work. Put this in the .htaccess
   of your root:
    <Location ‘/seperate_directory’> php_value upload_max_filesize
   128M php_value post_max_size 128M LimitRequestBody 134217728 </Location> Replace
   separate_directory with your WP directory. Warning, your host may not like this!
   Talk with them first.

Viewing 1 replies (of 1 total)

The topic ‘upload_max_filesize’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [Samuel B](https://wordpress.org/support/users/samboll/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/upload_max_filesize/#post-403561)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
