示例#1
0
 /**
  * creates a new uploader-instance.
  *
  * @throws \DripsPHP\Converter\UnitNotFoundException
  */
 public function __construct()
 {
     parent::__construct();
     $this->filetypes = array('pdf');
 }
示例#2
0
 /**
  * creates a new uploader-instance.
  *
  * @throws \DripsPHP\Converter\UnitNotFoundException
  */
 public function __construct()
 {
     parent::__construct();
     $this->filetypes = array('png', 'jpg', 'gif', 'jpeg');
 }