I am new to PHP and am following a tutorial on YouTube. I have everything working in this file, except for the file uploading, any help would be appreciated. Here is the e
You should add form attribute enctype="multipart/form-data" to upload files
enctype="multipart/form-data"