Hello.
I had the same problem. Turns out I forgot to add the into the form.
So Try this,
I had the same problem. Turns out I forgot to add the
Code:
enctype="multipart/form-data"
So Try this,
Code:
<form action="<?php echo $_SERVER["PHP_SELF"]?>" enctype="multipart/form-data" method="POST" />