comparison mod_http_upload/README.markdown @ 2948:7646f565c8ca

mod_http_upload/README: Point at mod_http_upload_external
author Kim Alvefur <zash@zash.se>
date Sun, 25 Mar 2018 20:31:33 +0200
parents d48faff92490
children 5912f3bacdb4
comparison
equal deleted inserted replaced
2947:faec53f4b31e 2948:7646f565c8ca
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