## Preparations
In the `index.php`, after ``$application->Init();`, place following code:
$upload_helper = $application->recallObject('kUploadHelper');
$upload_helper->resizeUploadedFile(FULL_PATH . IMAGES_PATH . '120x105.png', 'resize:120x120');
## Testing
# Place attached file `120x105.png`, with size 120x105 in the `system/images` folder
# Open website front-end
# Confirm that `120x105.png` is in place and not changed it's size