Add 'Image Upload' Feature

Each user can upload image to the system. The images from different users where be separated.
This commit is contained in:
XD-DENG
2017-07-08 11:02:46 +08:00
parent dad7935b01
commit 0e73da4df9
10 changed files with 119 additions and 2 deletions

View File

@@ -1 +1,3 @@
SECRET_KEY = "fdsafasd"
SECRET_KEY = "fdsafasd"
UPLOAD_FOLDER = "image_pool"
MAX_CONTENT_LENGTH = 16 * 1024 * 1024