Success handler not getting called in file upload using extjs

后端 未结 2 1591
暗喜
暗喜 2021-01-06 05:26

I have a J2EE web app with a form where I upload a file to a location on a server. During the upload a waitMsg is shown to the user which should disappear once the upload is

2条回答
  •  醉酒成梦
    2021-01-06 05:29

    'uploadXML.htm' must be PHP or similar server side procedure. this PHP must return JSON string, like : {'success':true} or {'success':false}.

提交回复
热议问题