puzhibing
2024-03-06 a2ca8c0889a39ebd83195d5d2ebe8e2ed20b16d5
cloud-server-management/src/main/webapp/static/js/common/web-upload-file.js
@@ -3,6 +3,7 @@
 */
// 开始上传文件
function UploadFileFn() {
    console.log("上传文件")
    $("#progressBarFile").html("0%").css("width", "0%");
    var upFile = $("#upFile").get(0).files[0]; //input file标签