Plugin in 5 step
ColdFusion FileManager is a web application extensible with plugin.
You can develop plugin for extend your fileManager installation. First step is create a folder into /fileManager/plugin/ path, for examples ( /fileManager/plugin/myFirstPlugin).
Create a Plugin.cfc file with extends attribute set to fileManager.util.AbsPlugin.
Create a CFC with your server-side action for your plug-in. For this tutorial I've create a ImageResize.cfc for resize image after drop action.
Now, create a Plugin.xml file and edit it.
name="ImageResize"
version="1.0.0"
provider="www.millemultimedia.it"
class="fileManager.plugin.imageResize.Plugin"
type="class">
<services>
<!-- map methods to remote facade generator -->
<remote type="facade" name="imageresize" use-service="ImageResize" map-to-class="fileManager.plugin.imageResize.ImageResize">
<method name="resize" />
</remote>
</services>
<display-objects>
<import>
<script src="plugin/imageResize/assets/js/imageResize.js" />
<icon src="plugin/imageResize/assets/ico/ImageResize.png" message="Drop Image file for resize it." />
</import>
<event>
<listener target="imageresize" event="onDrop" plugin="fileManager.plugin.ImageResize.handler.resize" ddGroup="gridDDGroup" />
</event>
</display-objects>
</plugin>
The Plugin.xml file, map your CFC to Javascript and create dynamic proxy. (Next Post write the Plugin.xml reference)
Create an other folder called assets/js and assets/ico. On ico folder, save your icon with 64x64 px of dimensions. In js folder create a Javascript file for manager the handlers.
fileManager.plugin.ImageResize.handler.resize = function(dd, e, data){
Ext.Msg.show({
title: 'Resize Image ' + data.selections[0].data.name,
msg: 'Are you sure?',
width: 300,
height: 200,
buttons: {
yes: true,
no: true,
cancel: false
},
fn: function(btn){
switch (btn) {
case 'yes':
Ext.Ajax.request({
url: services.imageresize.resize,
method: 'post',
params: {
source: "/" + data.selections[0].data.relativepath
},
waitMsg: 'Resize image',
sync:true,
success:function( response, options ){
var res = Ext.util.JSON.decode(response.responseText);
var log1 = document.getElementById("logArea").value;
if( res.success == true ){
document.getElementById("logArea").value = getCurrentTime()+' | Image '+data.selections[0].data.name+' resized\n' + log1;
_FileGridPanel.store.reload({});
}else{
errorLogHandler( res );
}
}
});
break;
case 'no':
break;
}
}
});
return true;
}
Zip your plugin folder and upload with FileManager, so you make possible install it .
Your plugin is ready.

Whether it is <a href="http://www.rolexhots.com/Bell-&-Ross-c-89.html"><font color="#0000FF" size="4" face="Georgia"><strong>bell & ross watches</strong></font></a> or fashion accessories all means a lot for modern society of today.
They are most iconic and can provide you with a new feeling and enhance confidence.
The quality of <a href="http://www.rolexhots.com/Cartier-c-152.html"><font color="#33CC99" face="Verdana"><strong>replica cartier watches</strong></font></a> is just superior to what you have dreamt of.
If you are still unsure about whether or not the site is genuine, you could always visit the genuine <a href="http://www.lyhandbags.com/dior.html"><font color="#0000FF" size="4" face="Georgia"><strong>replica dior</strong></font></a> website and do a store search for the online retailer.
The <a href="http://www.soccershoeswow.com/nike-cleats-nike-tiempo-soccer-cleats-c-25_36.html" target="_blank">http://www.soccershoeswow.com/nike-cleats-nike-tie...">Nike Tiempo Soccer Cleats</a> are one of the most consistent boots you will currently find on the market. They offer pretty much the complete package for any player who fits the playmaker mold, or any player that aspires to be a playmaker. On field, they offer great performance and work out exactly as you would expect – and better! While <a href="http://www.soccershoeswow.com/">Adidas Football</a> dribbling, you are able to keep the ball closer to your feet by using the dampening pods up around the front of the boot. <a href="http://www.soccershoeswow.com">Adidas F50</a> are raised slightly off the boot and are basically padded regions that allow for a softer touch on the ball. The side pass and control pads and the control region serves a <a href="http://www.soccershoeswow.com/adidas-cleats-adidas-predator-soccer-cleats-c-80_93.html">Adidas Predator Soccer Cleats</a> valid purpose.