bugfix
This commit is contained in:
parent
d669757df9
commit
2d7872057c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user