$_FILES and form enctype?

Make three pages page 1: has a form, no enctype, no file input page 2: has a form, no enctype, a file input page 3: has a form, proper enctype, a file input Have each form print_r($_FILES, $_POST) below the form html Test.

Make three pages. Page 1: has a form, no enctype, no file input page 2: has a form, no enctype, a file input page 3: has a form, proper enctype, a file input Have each form print_r($_FILES, $_POST) below the html. Test.

Related Questions