Pascal Gloor 5 роки тому
джерело
коміт
8f98f2e463
1 змінених файлів з 2 додано та 1 видалено
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js Переглянути файл

@@ -269,7 +269,8 @@ function upload_read_event(e) {
url: conf.openapi + "/documents/" + temp.documentid + "/data",
data: e.target.result,
contentType: temp.upload[e.data].obj.type,
context: { id: 0 + (function () { var x = e.data; console.log("upload_id", x); return x; }()) },
// context: { id: 0 + (function () { var x = e.data; console.log("upload_id", x); return x; }()) },
context: { id: e.data },
processData: false,
xhr: function () {
var xhr = $.ajaxSettings.xhr();

Завантаження…
Відмінити
Зберегти