[SOLVED] Â Image Upload Size Limit |
3/20/2020 7:48:30 PM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Anybody know how to adjust the maximum image size when uploading/saving images directly in to a database? The PHPRunner manual shows a Size section with a "Max size of single file in kbytes" option but the Size section seems to be missing in the latest PHPRunner build. Seems to have a default maximum of 2MB, I can't figure out how to adjust it higher. Any help would be appreciated! |
|
![]() |
Admin 3/20/2020 |
This needs to be changed in PHP settings, in php.ini file. Check this: |
S
|
salus1 authorDevClub member 3/20/2020 |
Right, should have thought of that. Many thanks for this info. What threw me was when setting properties for text fields I had Edit As, View As, Filter As tabs where I could get to the control to set the File/Image options. Fields defined as BLOBS don't get those options, I guess. |