From 1d862f6397e54f1c749c2bee74643c7c6c61a921 Mon Sep 17 00:00:00 2001 From: Minho Date: Thu, 1 Jun 2017 14:35:01 +0800 Subject: [PATCH] =?UTF-8?q?Created=20MinDoc=20=E9=99=84=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=85=8D=E7=BD=AE=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MinDoc-附件上传配置.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MinDoc-附件上传配置.md diff --git a/MinDoc-附件上传配置.md b/MinDoc-附件上传配置.md new file mode 100644 index 0000000..1c65ccc --- /dev/null +++ b/MinDoc-附件上传配置.md @@ -0,0 +1,10 @@ +MinDoc 支持文档内附件上传。默认配置文件位于 conf/app.conf 中,如下: + +``` +#上传文件的后缀 +upload_file_ext=txt|doc|docx|xls|xlsx|ppt|pptx|pdf|7z|rar|jpg|jpeg|png|gif +``` + +如果想要增加更多的文件类型,只需要在后面追加即可。 + +当前版本暂时不支持文件大小限制。 \ No newline at end of file