You can manually enter these values:
ray/modules/mp3/xml/config.xml
<item key="fileSize"><![CDATA[2]]></item><item key="fileMaxSize"><![CDATA[#fileMaxSize#]]>
This worked great for me. Thanks. I changed fileMaxSize cdata value to 200.
My issue was an immediate pop-up of a black box stating that my max file size was 100 MB. This is the fix for that.
.htaccess did not work for me (server error)
php.ini did not work for me (error)
Thanks!
However, I still get an error after the file completes and the file disappears.
ray/modules/mp3/xml/config.xml
<item key="fileSize"><![CDATA[2]]></item><item key="fileMaxSize"><![CDATA[#fileMaxSize#]]>
change2 to 10
things in CDATA[this controls it]
My issue was an immediate pop-up of a black box stating that my max file size was 100 MB. This is the fix for that.
.htaccess did not work for me (server error)
php.ini did not work for me (error)
Thanks!
However, I still get an error after the file completes and the file disappears.