Здравствуйте
 
	В ckeditor.js после:
 
class="cke_bottom" role="presentation">',z,'
	Добавляю:
 
    <label id="TestLabel" for="TestLabel" title="">Test Button</label>
    <input type="file" id="TestUpload" name="files[]" accept="" multiple />
	В шаблоне postFormTemplate подключаю uploader.js:
 
jQuery(function($) {
	$('#TestUpload').on('change', function(e) {
		console.log('Changed');
	});
});
	Что можно сделать для моей старухи? К сожалению, обновление форума не просматривается.