
Untitled
By: a guest on
Jul 20th, 2012 | syntax:
PHP | size: 0.19 KB | hits: 27 | expires: Never
<?php
// Get file upload progress information.
if($this->uri->segment(2)) {
$status = apc_fetch('upload_' . $this->uri->segment(2));
var_dump($status);
}
?>