PHP Undefined index error $_FILES?

For uploading files, you must use the enctype in form tag.

<form enctype="multipart/form-data" action='register.php' method='post'>

Leave a Comment