| url: conf.openapi + "/documents/" + temp.documentid + "/data", | url: conf.openapi + "/documents/" + temp.documentid + "/data", | ||||
| data: e.target.result, | data: e.target.result, | ||||
| contentType: temp.upload[e.data].obj.type, | contentType: temp.upload[e.data].obj.type, | ||||
| context: (function() { var id = e.data; return function(){ return id; }})(); | |||||
| context: (function() { var id = e.data; return function(){ return id; }})(), | |||||
| processData: false, | processData: false, | ||||
| xhr: function() | xhr: function() | ||||
| { | { |