question: 1
I am hosting my website on hostinger with unlimited storage. I installed WordPress from hostinger cpanel. Hostinger admin told me that I have unlimited storage with WordPress too since it is through Hostinger.
but when I go to Media Library > upload – it says “Maximum upload file size: 128 MB.” is there a way to increase this limit?
my goal is to create a photo gallery for clients. Each gallery will have photographs in Total size 500-600MB.
question 2:
is there a way to create a folder under media section to keep photographs organized?
But My other comment is that this limit is applicable on to post size and will not hamper your Gallery aspect.
]]>post_max_size
This defines the maximum upload limit that will be handled in a POST request.
memory_limit
This defines how much memory is allocated for PHP. This number should be equal or higher than the upload_max_filesize.
All these can impact.
]]>