1👍
✅
You need in your <form>
add enctype="multipart/form-data"
in order to let file upload work.
<form action="" method="post" enctype="multipart/form-data">
Source:stackexchange.com