Mobile app version of vmapp.org
Login or Join
Hamaas447

: Dreamhost Shared Hosting - Increase post_max_size I am using Dreamhost shared hosting running PHP 5.4 and I am trying to increase the file upload limit to 1 GB. I try to achieve that by using

@Hamaas447

Posted in: #Dreamhost #FileSize #Php #SharedHosting

I am using Dreamhost shared hosting running PHP 5.4 and I am trying to increase the file upload limit to 1 GB. I try to achieve that by using .user.ini and putting the following:

upload_max_filesize = 1024M
post_max_size = 1024M


When I check the phpinfo(), it does shows that local value has been changed to 1GB. But when I try upload large file, I only manage to get file size below 100MB successfully uploaded.

Why can't I get file size over 100MB to be uploaded? Is there anyway to achieve that?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

Dreamhost does not support significant increases in upload_max_filesize. From their documentation:


Note: Some variables (in particular, memory_limit, post_max_size and upload_max_filesize) are subject to internal limitations; increasing them significantly beyond the default values will not work correctly and will cause issues with your site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme