ow_system_plugins/base/controllers/attachments.php
$dtoArr = $this->service->processUploadedFile($pluginKey, $item, $bundle, array('jpg', 'jpeg', 'png', 'gif'), 2000);
where it needs to be changed, to make this work.
try to enable dev mode after that, refresh your website, clear cache of your browser.
When Oxwall UPGRADES, Is That File Going To REMAIN 0.15, Or Might It Go BACK To 2000? :--)
OK, ALL Upload Areas Are Now MAX 0.15! Both Of Those Files Should Be Able To Be EDITED In The Admin Panel! Otherwise ALL Software Upgrades AREN'T Going To Be User Friendly. MUCH Thanks! :--)
ow_plugins/photo/controllers/admin.php
$sValidator = new FloatValidator(0.5, PHOTO_BOL_PhotoService::getInstance()->getMaxUploadFileSize());
ow_system_plugins/base/controllers/attachments.php
$dtoArr = $this->service->processUploadedFile($pluginKey, $item, $bundle, array('jpg', 'jpeg', 'png', 'gif'), 2000);