default document said Upload::save for all files.
if i have to $_FILE, named img and pdf,
that is mean ,$_FILE just jpg,png,gif.
$_FILE just pdf
how to set?
thank you
The Upload class processes the entire form as a whole.
If you need individual processing for fields, use callback methods that contains your custom validation code.