File Size Upload Limit
August 7th, 2016
So, is there any script, application, anything that will let my users upload files bigger than 2MB?
It’s a PHP limit prolly.
Open php.ini file, if you have access to it (theres a way to do it using .htaccess, googl eit).
And change 2m to like 50000m
Hmm, you could try to override the settings in your .htaccess:
for example:
php_value post_max_size 100M
php_value upload_max_size 100M
Its a server limit, I asked my hosting already.
Yeah, but most of the time, you can override it using .htaccess (that’s with my webhost tough)
Nope, don’t think it worked guys.
Any other suggestions?
as a collecters account holder can i upload a file that is 198mb?