blob: 0cce6d118500d88ada1dfc1a8bc2440cd8130d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Extension [ <persistent> extension #125 uploadprogress version 2.0.1 ] {
- 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> $identifier ]
}
}
Function [ <internal:uploadprogress> function uploadprogress_get_contents ] {
- Parameters [3] {
Parameter #0 [ <required> $identifier ]
Parameter #1 [ <required> $fieldname ]
Parameter #2 [ <optional> $maxlen ]
}
}
}
}
|