Closed paales closed 11 years ago
In the processcontroller we have the following lines:
$_totalSize = $_session->getData('_geoip_file_size'); echo $_realSize / $_totalSize * 100;
If the file doesn't exist yet the $_totalSize is 0.
In the processcontroller we have the following lines:
If the file doesn't exist yet the $_totalSize is 0.