mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
Created MinDoc 附件上传配置 (markdown)
10
MinDoc-附件上传配置.md
Normal file
10
MinDoc-附件上传配置.md
Normal file
@@ -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
|
||||
```
|
||||
|
||||
如果想要增加更多的文件类型,只需要在后面追加即可。
|
||||
|
||||
当前版本暂时不支持文件大小限制。
|
||||
Reference in New Issue
Block a user