This commit is contained in:
yumoqing 2024-11-17 20:07:35 +08:00
parent 674ec1626e
commit 0b1e5c35ac

View File

@ -88,6 +88,10 @@ class FileStorage:
p = os.path.abspath(os.path.join(self.root,path))
return p
def webpath(self, path):
if path.startswith(self.root):
return path[len(self.root):]
def _name2path(self,name, userid=None):
name = os.path.basename(name)
paths=[191,193,197,97]