mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
fix(go): change uploaded file name if converted
This commit is contained in:
@ -169,6 +169,7 @@ if (typeof jQuery !== "undefined") {
|
|||||||
if (response.step != undefined && response.step < 100) {
|
if (response.step != undefined && response.step < 100) {
|
||||||
checkConvert(filePass, fileType);
|
checkConvert(filePass, fileType);
|
||||||
} else {
|
} else {
|
||||||
|
jq("#uploadFileName").text(response.filename);
|
||||||
jq("#step2").addClass("done").removeClass("current");
|
jq("#step2").addClass("done").removeClass("current");
|
||||||
loadScripts();
|
loadScripts();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user