Upload limit

amwproductions
@amwproductions
9 years ago
185 posts
Hello i have a upload problem

My hostingoperator cannot lift the limit of 128mb

We have already setup the PHP upload, PHP memory and Post_max_filesize to 512M as requested. On further investigation, I found that there is one condition on your software that you are using. That is {Upload is limited by the following settings in your server php.ini file: post_max_size, upload_max_filesize and memory_limit. The upload size will be 1/4 the size of these settings due to the overhead involved in the Upload Progress Meter and Conversion Server. }

updated by @amwproductions: 07/12/15 03:05:33PM
derrickhand300
@derrickhand300
9 years ago
1,353 posts
I have mine set at 500MB and all I can get is 128mb...on previous servers it was 50% ie-500mb would get me 250mb upload...I asked what's up several times then gave up- I don't understand this much loss but just quit asking questions about it
updated by @derrickhand300: 10/31/15 02:26:19AM
michael
@michael
9 years ago
7,714 posts
"How do I increase PHP's upload limit?"
https://www.jamroom.net/the-jamroom-network/documentation/problems/748/how-do-i-increase-phps-upload-limit

Quote:
The php.ini settings that resulted in 128MB upload

In the 3 screenshots below of the servers php.ini file in the editor you can see the settings that resulted in Jamroom having a - max allowed upload limit of 128MB:

post_max_size = 512M
upload_max_filesize = 512M
memory_limit = 512M
amwproductions
@amwproductions
9 years ago
185 posts
We need 500mb or hostingprovider has set 500mb to all and did me that your scroit is limited and not allow more than 128mb please increase
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
If you need 500mb you will need to set it to 2gb, as only 1/4 will be made available the rest is reserved for other processes.
amwproductions
@amwproductions
9 years ago
185 posts
Thank you, my hosting operator did is to high

Tags