MP3 File size limit ?

0
Is there a limit on the size of the MP3 files that can be uploaded via "Music Collection" ? I was uploading some tracks today and had a file that was 9MB in size that never successfully uploaded. On the contrary, the other files I had ranged from 3MB to 6MB and uploaded without issue. Is there a file size limit and if so, can that size limit be modified ? Thanks.
Responses (5)
  • Accepted Answer

    Wednesday, May 20 2009, 04:09 PM - #Permalink
    0
    there is a size limit, but is not MC's, is just your PHP configuration

    go to help->system info->php information

    and check the value of the variables

    post_max_size
    or
    upload_max_filesize

    probably one of these (or both) are set to 8M

    just increase them to 16M :) (or whatever you want)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 20 2009, 04:46 PM - #Permalink
    0
    Where do I access "help->system info->php information" ?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 20 2009, 04:58 PM - #Permalink
    0
    joomla backend.

    one of the menu items is Help :)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 20 2009, 05:17 PM - #Permalink
    0
    OK. post_max_size=8MB and upload_max_filesize=20MB. Do you know "how" or "if" these values can be modified ? They are noneditable fields in going through the "Help->System Info".
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 20 2009, 05:25 PM - #Permalink
    0
    do you use Cpanel?

    the value of this variables is set in the php.ini file

    this file is usually easely accesible from the cpanel, or sometimes is in the root folder of your site
    The reply is currently minimized Show
Your Reply