solved max file upload at 23MB

alt=
@emdiamond
10 years ago
104 posts
What would keep the max file upload to 23MB.

I have it set in the php.ini file. And confirmed it is set to 100MB with phpinfo.php in the main site directory?

Thanks
updated by @emdiamond: 05/05/14 07:39:01PM
alt=
@emdiamond
10 years ago
104 posts
Already did, It only goes to 23 MB

I can run phpinfo.php from the root and it gives me this:

upload_max_filesize 100M
post_max_size 100M






updated by @emdiamond: 04/04/14 08:26:02PM
michael
@michael
10 years ago
7,714 posts
Memory_limit?
MAD
MAD
@madc
10 years ago
600 posts
This may shine some light. not sure
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/9198/admins-need-to-upload-files-of-up-to-250mb


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
alt=
@emdiamond
10 years ago
104 posts
michael:
Memory_limit?

Probably this. I just changed it. Unfortunately I cant restart myself but it does it automatically. Just have to wait a few.
updated by @emdiamond: 04/05/14 05:48:20AM
alt=
@emdiamond
10 years ago
104 posts
Here's what I just put in. This will work once it restarts:

upload_max_filesize = 100M
post_max_size = 100M
max_execution_time = 500
max_input_time = 500
memory_limit = 100M


emdiamond:
michael:
Memory_limit?

Probably this. I just changed it. Unfortunately I cant restart myself but it does it automatically. Just have to wait a few.
alt=
@emdiamond
10 years ago
104 posts
Getting a little weird.

The setting are correct and when I make changes they reflex in phpinfo.php
All 3 are showing upload_max_filesize = 100M post_max_size = 100M and memory_limit = 100M

Ran integrity and now it's 25M limit in Quta Config.

I give it some more time, and run it again.



MAD
MAD
@madc
10 years ago
600 posts
Your drop down in the quotas will only show 25M with a 100M limit
You have to divide your max by 4
So it is working right
Not sure why you want exactly 23 but your php limit will need to be set to 92 not 100


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
alt=
@emdiamond
10 years ago
104 posts
23 it what it was showing. I want 100.

Sorry I don't understand what "You have to divide your max by 4"

After all this I still can only upload a 25Meg file

This is someting with the server just don't know why it shows correctly when i run phpinfo in my directory

MAD©:
Your drop down in the quotas will only show 25M with a 100M limit
You have to divide your max by 4
So it is working right
Not sure why you want exactly 23 but your php limit will need to be set to 92 not 100

updated by @emdiamond: 04/05/14 06:26:33AM
MAD
MAD
@madc
10 years ago
600 posts
ok if you want 100 then set
upload_max_filesize = 400M
post_max_size = 400M
max_execution_time = 500
max_input_time = 500
memory_limit = 400M

Make sure you restart your server after setting it

Jamroom uses a quarter of what is set as it has to convert etc
also remember that one MB equals 1024kb
So 100 will not give you a true 100mb upload
So it would need to be set at 409.6 to give you 100mb
Not sure if you can use .6 but that will get you close


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/05/14 06:34:03AM
alt=
@emdiamond
10 years ago
104 posts
I need to read the notes:

"Both the Jamroom Audio and Video module feature media conversions - i.e. they will take an uploaded file in many different formats and convert it to MP3 (for audio) or FLV/MP4 (for video). Media conversions however, are very CPU and RAM intensive - this is why Jamroom's max upload size is 1/4th of the value you set in the php.ini file - this leaves the necessary "overhead" in RAM that Jamroom needs to do the conversions.

So if you need a larger upload (say 256 megabytes), use "1024M" (without the quotes) as the value in your php.ini."

MAD©:
ok if you want 100 then set
upload_max_filesize = 400M
post_max_size = 400M
max_execution_time = 500
max_input_time = 500
memory_limit = 400M

Make sure you restart your server after setting it

Jamroom uses a quarter of what is set as it has to convert etc
also remember that one MB equals 1024kb
So 100 will not give you a true 100mb upload
So it would need to be set at 409.6 to give you 100mb
Not sure if you can use .6 but that will get you close

updated by @emdiamond: 04/05/14 06:59:53AM
MAD
MAD
@madc
10 years ago
600 posts
Great so all's good :)


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

Tags