bugfix
This commit is contained in:
parent
d669757df9
commit
2d7872057c
@ -46,7 +46,7 @@ class FileMgr:
|
||||
"name":os.path.basename(params_kw.upfile),
|
||||
"webpath": webpath,
|
||||
"realpath": realpath,
|
||||
"filetpye":params_kw.upfile.split('.')[-1].lower(),
|
||||
"filetype":params_kw.upfile.split('.')[-1].lower(),
|
||||
"filesize":filesize,
|
||||
"ownerid": u.userorgid,
|
||||
"hashvalue": hashvalue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user