客户端js
Model.prototype.modelLoad = function(event){
	this.comp("attachmentSimple1").actionUrl = URL;
	this.comp("attachmentSimple1").uploader.actionUrl = URL;
}

服务器端需要自己写代码接管IO流的操作,将文件存储到服务器上
代码可以参考:/Baas/justep/SimpleFileStore.java

有人做过,通过jquery插件 实现提交,可以参考:http://bbs.wex5.com/forum.php?mod=redirect&goto=findpost&ptid=111201&pid=165340769