Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 262144000 (0.06 sec)

  1. src/main/resources/fess_config.properties

    
    # Virtual Host: Host:fess.codelibs.org=fess
    virtual.host.headers=
    
    http.proxy.host=
    http.proxy.port=8080
    http.proxy.username=
    http.proxy.password=
    http.fileupload.max.size=262144000
    http.fileupload.threshold.size=262144
    http.fileupload.max.file.count=10
    
    # ========================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 262144000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getHttpFileuploadMaxSize();
    
        /**
         * Get the value for the key 'http.fileupload.max.size' as {@link Integer}. <br>
         * The value is, e.g. 262144000 <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top