Add upload limit info.
This commit is contained in:
parent
2c0f304910
commit
b914a846e6
|
@ -0,0 +1,6 @@
|
|||
Add / edit to reflect:
|
||||
```
|
||||
upload_max_filesize = 32M
|
||||
post_max_size = 32M
|
||||
```
|
||||
in your php.ini file.
|
Loading…
Reference in New Issue