/**
  * sets up the root path for the uploaded file
  *
  * defaults to the WP root
  */
 protected function _set_root_path()
 {
     $this->root_path = PDb_Path::app_base_path();
 }