extjs文件上传

来源:互联网 发布:ps mac 色环插件 编辑:程序博客网 时间:2024/05/18 11:12



   Ext.QuickTips.init();
 
    var fp = new Ext.FormPanel({
          region : 'center',
          labelWidth : 35,
          frame : true,
          bodyStyle : 'padding:5px 5px 0',
          autoScroll : true,
          border : false,
          fileUpload : true,
          items : [
             {
             xtype : 'textfield',
             fieldLabel : 'File',
             name : 'userfile',
             id:'txtFile',
             inputType : 'file',
             width : 160,
             allowBlank : true,
             blankText : 'File cannot be empty',
             height : 25,
             anchor : '90%'
             },
             {
             bodyStyle:"padding-left:60px",
             html:"<br/><span><font color='#666666'></font></span>"
             }],
          buttons : [{
            text : 'Upload',
            type : 'submit',
            handler : function() {
             if(document.getElementById("txtFile").value == '') return;
             if (!fp.form.isValid()) {return;}
             fp.form.submit({
                waitMsg : 'Uploading ....',
                url : 'FileUpload.ashx',
                success : function(form, action) {
                win.close(this);
                },
                failure : function(form, action) {
               
               
                win.close(this);
                }
                });
             }
             }, {
             text : 'Close',
             type : 'submit',
             handler : function() {
              win.close(this);
              }
              }]
          });



看陆川杨幂新片《琴棋书画》,品网易3D国韵网游《天下贰》
原创粉丝点击