## Preparations - make following changes in system files:
# in the `core\units\reviews\reviews_config.php`
change Fields -> ReviewText declaration to:
'type' => 'string', 'default' => null, 'required' => 1,
'formatter' => 'kUploadFormatter',
'file_types' => '*.*',
'upload_dir' => WRITEBALE_BASE . '/reviews/',
# in the `modules\in-commerce\admin_templates\products\review_edit.tpl`
change ReviewText input element name to inp_edit_swf_upload, and add swf-upload javascript to this template:
<script src="js/swfobject.js" type="text/javascript"></script>
<script type="text/javascript" src="<inp2:m_Compress files='js/uploader/upload_manager.js|js/uploader/uploader.js'/>"></script>
## Testing
# go to {nav Website & Content > Products}
# create some product record
# on product edit go to the `Comments` tab
# fill all required fields and create some comment record
# confirm, that `Comment` value in the `Comments` grid have no excessive `.tmp` extension