• Can anyone tell me how to alter the php.ini file to increase the upload threshhold.. I have my site hotsted with go daddy.. they sent me something but it did not work.. I do not see anything about the limits in the php.ini file to change.

    I have ulimited storgage with go daddy and want to get some of my vids on there instead the amazon s3 (even thought the amazon thing is cheap , I may as well take advantage of the storage on go daddy but need to increase that limit so I can upload vids..

    Any help would be appreciated.. Thanks Scott

Viewing 1 replies (of 1 total)
  • Thread Starter scott74

    (@scott74)

    created a php5.ini file that go daddy said to do but now I get an http error after uploading video..

    I changed this and made a new file.. my max upload on wordpress now says 100mb.. instead of 8mb but get the http error after the upload..

    post_max_size This variable determines the maximum amount of data that PHP will accept in a single form submission using the POST method. Its default value is 8 MB, as shown below:

    post_max_size = 8M

    upload_max_filesize This variable limits the size of an individual file uploaded to your site. Its default value is 2 MB, as shown below:

    upload_max_filesize = 2M

Viewing 1 replies (of 1 total)
  • The topic ‘How To Increase Upload Limits!’ is closed to new replies.