PHP File Uploads Requirements May 7, 2018 Pramod T P Leave a comment • The PHP directive file_uploads must be set to On • The form’s method attribute must be set to “post” • The form’s enctype attribute must be set to “multipart/form-data”