• Hi,
    I am having trouble uploading media on my site.
    I have been able to do it in the past and I am not doing anything differently than before however when I try to upload audio files I am given the message ‘This file is too big. The maximum upload size for you server is 2M’
    As the files I am trying to upload are pretty much exactly the same size or smaller than the ones I have been able to upload in the past I am very confused.
    Can anyone help with my dilema?
    Thank you

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

    Add this code in htaccess and have a check:

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

    Thanks,

    Shane G.

    Thread Starter aneet1

    (@aneet1)

    Thanks Shane,
    Ill give it a shot, thanks so much!
    Aneet

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