日期:2014-05-17  浏览次数:20489 次

关于EXT.NET上传控件问题
我在Ext.form.FormPanel里面放了一个items。代码是
  items: [
  {
  xtype: 'textfield',
  inputType:'file',
  fieldLabel:'机构LOGO上传',
  name: 'uploadlogo',
  id: 'uploadlogo',
  anchor: '95%',
  buttonCfg:{ text: '浏览…'}
  }
  ]

submit后后台获取不到值呀!怎么弄的。。

------解决方案--------------------
http://www.cpbcw.com/article/1722.html

Ext.net 实现文件上传功能