Upload provides the file upload functionality.
$FE->loadHelper("upload");
If you want to make the form of file-upload, just put the below function which can make you use the file upload.
echo $Frontend->Upload->uploadForm();