/*

Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license

*/ (function(){CKEDITOR.plugins.add(“uploadfile”,{requires:“uploadwidget,link”,init:function(a){if(CKEDITOR.plugins.clipboard.isFileApiSupported){var b=CKEDITOR.fileTools;b.getUploadUrl(a.config)?b.addUploadWidget(a,“uploadfile”,{uploadUrl:b.getUploadUrl(a.config),fileToElement:function©{var a=new CKEDITOR.dom.element(“a”);a.setText(c.name);a.setAttribute(“href”,“#”);return a},onUploaded:function(a){this.replaceWith('x3ca hrefx3d“'a.url'” targetx3d“_blank”x3e'a.fileName“x3c/ax3e”)}}):CKEDITOR.error(“uploadfile-config”)}}})})();