Add upload limit info.

This commit is contained in:
Josh Mudge 2019-04-27 16:00:14 -06:00
parent 2c0f304910
commit b914a846e6
1 changed files with 6 additions and 0 deletions

6
upload-limit.md Normal file
View File

@ -0,0 +1,6 @@
Add / edit to reflect:
```
upload_max_filesize = 32M
post_max_size = 32M
```
in your php.ini file.