Hello,
I love the minematica theme, especially with the built-in audio capacity, but is it possible to increase the limit of the maximum upload the file size from 8MB? I would like to use the theme predominantly for displaying media art, most of my file sizes, even as mp3 are considerably larger than 8MB.
Many thanks,
Holly.
Add the following to .htaccess:
php_value upload_max_filesize 128M
php_value max_execution_time 800
php_value post_max_size 128M
php_value max_input_time 800
php_value memory_limit 128M