mod_http_upload/README.markdown
changeset 2687 d0948bd96a7b
parent 2683 5f60dd12dbb8
child 2735 d48faff92490
--- a/mod_http_upload/README.markdown	Thu Apr 13 20:26:24 2017 +0200
+++ b/mod_http_upload/README.markdown	Thu Apr 13 20:29:41 2017 +0200
@@ -55,6 +55,14 @@
 http_upload_quota = 1234 -- bytes
 ```
 
+### File types
+
+Accepted file types can be limited by MIME type:
+
+``` lua
+http_upload_allowed_file_types = { "image/*", "text/plain" }
+```
+
 Path
 ----