Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am wanting to change the following fields/values to 5gigs
post_max_size
and
upload_max_filesize
Where do I change these values at?
@privsec There should be a /app/data/php.ini where you can put custom values (this is standardized across all the PHP app).
/app/data/php.ini
@girish Perfect, thank you!