• Hi I am new to WordPress and learning as much as can.
    I am trying to upload songs into our record label website I am creating but it says that the limit is 8MB. I tried to search where i could get more space, and came across something about upgrades, that is suppose to be on the dashboard. I don”t have that???

Viewing 2 replies - 1 through 2 (of 2 total)
  • the upload limit is set by host
    If they let you edit the php.ini file you can change the upload file size there
    or ask host to bump limit

    one other thing you can try is add these lines to your .htaccess

    php_value upload_max_filesize 20M
    php_value post_max_size 20M
    php_value max_execution_time 200
    php_value max_input_time 200

    adjust numbers accordingly

    Thread Starter Lucy Keile

    (@lucy-keile)

    Wow, thanks you are so fast! This was my first post I thought it would take a while to respond!!! Great I will check! I am loving it!!!

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