用法
1. add js and css style
复制代码代码如下:
2. post data
复制代码代码如下:
3.handling Server Response
复制代码代码如下:
Dropzone.options.dropzoneForm = {
init: function () {
this.on("complete", function (data) {
var res = eval('(' + data.xhr.responseText + ')');
alert(res.Message);
});
}
};
4.支持较旧的浏览器.same ie6