當Form,開啓fileUpload後,不能按默認的方式獲得action.result,開啓fileUpload與否,返回的action.result的內容是不同的javascript
未開啓fileUpload時,返回的action.result不正常的數據對象,包含了返回success,msg等信息java
但開啓fileUpload後,返回的action.result爲布爾數據,相應的數據被包含在了action.response.responseText中,並使用<pre>,,,</pre>進行了包裹code
因此,當開啓fileUpload後,要獲得返回的結果數據,那麼須要多作一步操做orm
var result = Ext.util.JSON.decode(action.response.responseText.substring(5,action.response.responseText.length - 6))