`
shnsvyu
  • 浏览: 9195 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

extjs文件上传

阅读更多
{
			xtype:"textfield",
			fileUpload:true,			
			fieldLabel:"文件上传",
			inputType:"file",
			allowBlank:false,
			name:"file"
		},
			new Ext.Button({
				text:"上传",
				handler:function(){
				if(files_add_form.getForm().isValid()){
					files_add_form.getForm().doAction('submit',{
						url:'../../workFlow/uploadting.jsp',
						success:function(files_add_form,action){
							showSuccessMsg('文件上传成功!');
						},
						failure:function(files_add_form,action){
							waitMsg.hide();
							showErrorMsg('文件上专失败!');
						}
					})
				}else{
					//表单验证失败
					alert('表单验证失败!');
				}				
				}			
			})

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics