• I am trying to upload sound clips into my entry. I did one and it worked fine, it was 2 mb, now I am trying to do one that is a little bigger and it uploads the file, and then when it is done, it goes back to the upload screen with no file uploaded and I check the ftp and its not there. What am I doing wrong? Is there file size limitations?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your webserver will have a file upload limit and it is usually set at around 2mb. Assuming you are on a shared hosting account, you may need to contact your host to see what the upload limit is and if there is a way you can increase it on your account.

    Thread Starter hmnikatz

    (@hmnikatz)

    I heard there was some kind of code you could add to a file on the server to increase the limit, is this true? If so, what is the code, and what file does it get added to??

    The upload limit is controlled by settings in the php.ini file on the server. Whether you can override this in you account on that server depends on whether your host allows it or not.

    This is a long shot, but you could try adding this to your htaccess file…change 6M to what you want.

    php_value upload_max_filesize 6M

    Or, better yet, contact your host and ask how to do this.

    Steve

    revolute

    (@revolute)

    I’m having trouble as well. When I add that line to .htaccess it tells me to add it to php.ini

    then, after adding to php.ini I get this:

    The uploaded file exceeds the upload_max_filesize directive in php.ini.

    even though it shouldn’t — is it for some reason not recognizing 6M as 6MB?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uploading Sound Clip’ is closed to new replies.