• Hey all,

    I have been on a short journey trying to figure this out. I obviously have a wordpress site, and i have a need to upload some large MP3 files to my site. Originally my maximum upload file size was 32MB. I called my FTP Provider and he walked me through a way to change the code in my ftp file manager (php.ini). I changed the name to php5.ini and then copied and pasted this code underneath the first two lines of code:

    post_max_size = 10M
    file_uploads = On
    upload_max_filesize = 10M

    I then changed the numeric values to 80M for the top number and then 192M for the bottom number.

    When i logged back into my admin panel in wordpress, and went to my media library – add new button, it says that my Maximum upload is no longer 32MB but 80MB! Great! but when i went to upload an MP3 file ranging anywhere from 13MB to 60MB, i constantly get an IO Error.

    What am I doing wrong? Is there a way to upload larger MP3 Files (ranging from 10MB – 65MB)? if anyone has had any success, please help me out!

    Thanks
    Stephen

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Maximum Upload Problem (php5.ini) MP3 file sizes. Please help…’ is closed to new replies.