|
@@ -46,7 +46,7 @@ def upload_post(filepath):
|
|
|
#fname = str(uuid.uuid4()) + file.filename[file.filename.rfind("."):]
|
|
|
#sitepath = UPLOAD_PATH_MAP[0][0] + filepath[filepath.rfind("/")+1:] + "/img/"
|
|
|
if filepath == "title":
|
|
|
- sitepath = UPLOAD_PATH_MAP[0][0] + "../static/img/collection/"
|
|
|
+ sitepath = UPLOAD_PATH_MAP[0][0] + "../../static/img/collection/"
|
|
|
else:
|
|
|
sitepath = UPLOAD_PATH_MAP[0][0] + filepath + "/img/"
|
|
|
oimgtype = file.filename[file.filename.rfind(".")+1:]
|