How to increase file upload size in WordPress Media Files

pollardd

New Member
Messages
7
Reaction score
0
Points
1
Hi Guys,
I’m working on a website where users can upload photos directly from their mobile phone.
I don’t want to require users to try and compress images on their phones.
I think the default file upload limit on my implementation or WordPress is 2MB.
Phone photographs these days can easily exceed this size.
After a bit of research it seems this size limit is not directly configurable by me.
I’m wondering if I can get this upload limit increased from 2MB to 4MB.
My website is rockholiday.x10.bz.
Thanks for your consideration
David.
 

mrburnsx

Community Advocate
Community Support
Messages
484
Reaction score
50
Points
28
You can up it in Hosting Control Panel

Extra Features > Select PHP Version > Options > upload_max_filesize

NOTE: The absolute max size of a file allowed on free hosting is 10 MB
 

pollardd

New Member
Messages
7
Reaction score
0
Points
1
You can up it in Hosting Control Panel

Extra Features > Select PHP Version > Options > upload_max_filesize

NOTE: The absolute max size of a file allowed on free hosting is 10 MB
Great
I’ll stick with 4MB and see how it goes.
Thanks
David
 
Top