blob: 4c7100252f51be4a0b9e854cc3b25994d2814cdf (
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.3 ] {
- 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 ] {
}
}
}
|