I\'m having a problem uploading files in PHP. When I submit, $_FILES[] is empty. I feel like this is such a n00b question :/
My form:
Make sure your form tag has this attribute: enctype="multipart/form-data"
enctype="multipart/form-data"
Without it the files will not get uploaded.