Extension [ <persistent> extension #125 uploadprogress version 2.0.2 ] {

  - INI {
    Entry [ uploadprogress.file.filename_template <ALL> ]
      Current = '/tmp/upt_%s.txt'
    }
    Entry [ uploadprogress.file.contents_template <ALL> ]
      Current = '/tmp/upload_contents_%s'
    }
    Entry [ uploadprogress.get_contents <ALL> ]
      Current = '0'
    }
  }

  - Functions {
    Function [ <internal:uploadprogress> function uploadprogress_get_info ] {

      - Parameters [1] {
        Parameter #0 [ <required> string $identifier ]
      }
      - Return [ ?array ]
    }
    Function [ <internal:uploadprogress> function uploadprogress_get_contents ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $identifier ]
        Parameter #1 [ <required> string $fieldname ]
        Parameter #2 [ <optional> int $maxlen = -1 ]
      }
      - Return [ ?string ]
    }
  }
}