Example #1
0
 public function hasPostValue()
 {
     if ($this->uploadedFile()) {
         return true;
     }
     return parent::hasPostValue();
 }