mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
app_doc/util_upload_img.py 中的img_upload函数
if file_suffix.lower() not in allow_suffix: return {"success": 0, "message": "图片格式不正确"}
上传过程问有些图片的后缀是大写,也需要支持。
app_doc/util_upload_img.py 中的img_upload函数
if file_suffix.lower() not in allow_suffix: return {"success": 0, "message": "图片格式不正确"}
上传过程问有些图片的后缀是大写,也需要支持。