comparison mod_http_upload/README.markdown @ 2957:0f813e22e3fa

Merge commit
author JC Brand <jc@opkode.com>
date Tue, 27 Mar 2018 10:51:25 +0200
parents 7646f565c8ca
children 5912f3bacdb4
comparison
equal deleted inserted replaced
2956:d0ca211e1b0e 2957:0f813e22e3fa
36 ``` 36 ```
37 37
38 Default is 1MB (1024\*1024). 38 Default is 1MB (1024\*1024).
39 39
40 This can not be set over the value of `http_max_content_size` (default 10M). 40 This can not be set over the value of `http_max_content_size` (default 10M).
41 Consider [mod_http_upload_external] instead of attempting to increase
42 this limit.
41 43
42 ### Max age 44 ### Max age
43 45
44 Files can be set to be deleted after some time: 46 Files can be set to be deleted after some time:
45 47