pull/1181/head
gedoor 3 years ago
parent c24a7670ee
commit ef5cc48b16
  1. 1
      app/src/main/assets/web/uploadBook/js/html5_fun.js

@ -141,7 +141,6 @@ try {
XHR.upload.addEventListener("loadend", loadend, false);
XHR.upload.addEventListener("loadstart", loadstart, false);
XHR.open("POST", config.url);
XHR.setRequestHeader("Content-Type", "multipart/mixed stream");
XHR.send(fd);
XHR.onreadystatechange = function () {

Loading…
Cancel
Save