Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.     // Get file upload progress information.
  3.     if($this->uri->segment(2)) {
  4.         $status = apc_fetch('upload_' . $this->uri->segment(2));
  5.         var_dump($status);
  6.  
  7.     }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement