MCPcopy Create free account
hub / github.com/TruthHun/BookStack / UploadFile

Function UploadFile

static/wangEditor/js/wangEditor.js:6880–6886  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

6878
6879 // 构造函数
6880 var UploadFile = function (opt) {
6881 this.editor = opt.editor;
6882 this.uploadUrl = opt.uploadUrl;
6883 this.timeout = opt.timeout;
6884 this.fileAccept = opt.fileAccept;
6885 this.multiple = true;
6886 };
6887
6888 UploadFile.fn = UploadFile.prototype;
6889

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected