This commit is contained in:
yumoqing 2025-07-30 12:03:25 +08:00
parent d669757df9
commit 2d7872057c

View File

@ -46,7 +46,7 @@ class FileMgr:
"name":os.path.basename(params_kw.upfile), "name":os.path.basename(params_kw.upfile),
"webpath": webpath, "webpath": webpath,
"realpath": realpath, "realpath": realpath,
"filetpye":params_kw.upfile.split('.')[-1].lower(), "filetype":params_kw.upfile.split('.')[-1].lower(),
"filesize":filesize, "filesize":filesize,
"ownerid": u.userorgid, "ownerid": u.userorgid,
"hashvalue": hashvalue "hashvalue": hashvalue