mod_http_upload/README.markdown
changeset 2057 40056a27f394
parent 2056 ad2966b932ed
child 2219 e276ed33bc1a
equal deleted inserted replaced
2056:ad2966b932ed 2057:40056a27f394
    56 
    56 
    57 ``` {.lua}
    57 ``` {.lua}
    58 http_upload_file_size_limit = 123 -- bytes
    58 http_upload_file_size_limit = 123 -- bytes
    59 ```
    59 ```
    60 
    60 
    61 Default is 10MB (10*1024*1024).
    61 Default is 1MB (1024*1024).
    62 
    62 
    63 Path
    63 Path
    64 ----
    64 ----
    65 
    65 
    66 By default, uploaded files are put in a sub-directory of the default
    66 By default, uploaded files are put in a sub-directory of the default