Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 262144000 <br>
         * comment: Maximum size (bytes) for HTTP file uploads.
         * @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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. src/main/resources/fess_config.properties

    http.proxy.port=8080
    # Username for HTTP proxy authentication.
    http.proxy.username=
    # Password for HTTP proxy authentication.
    http.proxy.password=
    # Maximum size (bytes) for HTTP file uploads.
    http.fileupload.max.size=262144000
    # Threshold size (bytes) for HTTP file upload buffering.
    http.fileupload.threshold.size=262144
    # Maximum number of files allowed per HTTP upload.
    http.fileupload.max.file.count=10
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top