提交 f8bd2057 编写于 作者: H hjdhnx

增加了文件上传限制,最大100kb

上级 35e8a09d
......@@ -155,6 +155,7 @@ def upload_file():
if request.method == 'POST':
try:
f = request.files['file']
# print(f.size)
# print(f)
# print(request.files)
filename = secure_filename(f.filename)
......
......@@ -29,4 +29,5 @@ RETRY_CNT = 3 # 验证码重试次数
OCR_API = 'http://dm.mudery.com:10000' # 验证码识别接口,传参数data
UNAME = 'admin' # 管理员账号
PWD = 'drpy' # 管理员密码
MAX_CONTENT_LENGTH = 1 * 1024 * 1024/100 # 100 kB
# {% if config.WALL_PAPER %}"wallpaper":"{{ config.WALL_PAPER }}",{% endif %}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册