• I have tried and tried to upload music to my site but for some reason it is not working. I keep getting an error that states “the uploaded file exceeds the upload_max_filesize directive in php.ini. I contacted the hosting company and they increased the file upload size to 30M, but the files will still not upload giving me the same error message. What can I do about this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Do you have acecss to your doc root? if so, is there a file in there called php.ini?

    If there is take a look at it. You need it to have a line in it:

    upload_max_filesize = 30M ;

    and perhaps also:

    post_max_size = 30M ;

    To check your environment’s php settings create a file called phpinfo.php that contains this line: <?php phpinfo() ?> and go to https://www.yoursite/phpinfo.php

    Hope this helps

    Thread Starter huskeradisa

    (@huskeradisa)

    I checked the php.ini file and it is at 30M. There was no post_max_size file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem uploading music’ is closed to new replies.