|
request.onload = function() { if (this.status==200) { thisObject.uploadFileDone.call(thisObject, elementText, this.responseText); } else { thisObject.uploadFileError.call(thisObject, elementText, this.responseText); } };
|
|
request.onload = function() { if (this.status==200) { thisObject.uploadFileDone.call(thisObject, elementText, this.responseText); } else { thisObject.uploadFileError.call(thisObject, elementText, this.responseText); } };
|
|
var textNew = "[Can't upload file '"+file.name+"', "+textError+"]";
|
|
var textNew = "[Can't upload file '"+file.name+"', "+textError+"]";
|
|
yellow.editor.setMarkdown(elementText, textNew, "insert");
|
|
yellow.editor.setMarkdown(elementText, textNew, "insert");
|