summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 758e1e23872da8e3d6cdbe19c15df6a99964c215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Extension [ <persistent> extension #108 uploadprogress version 1.1.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 ] {
    }
    Function [ <internal:uploadprogress> function uploadprogress_get_contents ] {
    }
  }
}