<?xml version="1.0" encoding="UTF-8"?>
<uploader id="uploader.jumploader" text="51" title="162">
<class_definition filename="plugins/uploader.jumploader/class.JumploaderProcessor.php" classname="JumploaderProcessor"/>
<processing>
<clientForm id="jumploader_form"><![CDATA[
<!-- FLEX UPLOAD FORM -->
<div id="jumploader_form" box_width="600" box_padding="0">
<div id="jumpscreen">
<iframe id="jumpframe" style="width:600px;height:400px;border:0px none;" frameborder="0" src=""></iframe>
</div>
</div>
]]></clientForm>
<dialogOnOpen><![CDATA[
var src = window.ajxpServerAccessPath + '&get_action=get_template&template_name=jumploader_tpl.html&pluginName=uploader.jumploader&encode=false';
modal.getForm().down('#jumpframe').src = src;
]]></dialogOnOpen>
</processing>
<registry_contributions>
<actions>
<action name="upload">
<pre_processing>
<serverCallback methodName="preProcess"/>
</pre_processing>
<post_processing>
<serverCallback methodName="postProcess" capture="true"/>
</post_processing>
</action>
</actions>
</registry_contributions>
<dependencies>
<!-- Stream Wrapper Access -->
<activePlugin pluginName="access.AJXP_STREAM_PROVIDER"/>
</dependencies>
</uploader>