mod_http_upload/README.markdown
changeset 2056 ad2966b932ed
parent 1971 2ce2b194d501
child 2057 40056a27f394
equal deleted inserted replaced
2055:cb0fc00a7086 2056:ad2966b932ed
    53 ------
    53 ------
    54 
    54 
    55 A maximum file size can be set by:
    55 A maximum file size can be set by:
    56 
    56 
    57 ``` {.lua}
    57 ``` {.lua}
    58 http_upload_file_size_limit = 10 * 1024 * 1024 -- this is 10MB in bytes
    58 http_upload_file_size_limit = 123 -- bytes
    59 ```
    59 ```
       
    60 
       
    61 Default is 10MB (10*1024*1024).
    60 
    62 
    61 Path
    63 Path
    62 ----
    64 ----
    63 
    65 
    64 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