Homework assignment #2.

In this assignment you need to demonstrate your ability to use different HTML input elements. You need to design an input form that allows a user to enter the following: Shortly speaking, you should create a form like the one on the picture (but try to make it more fancy)

Please format your input elements and prompting text to make your form look pretty. Do not forget to name all your input elements. Use the string "http://ist.marshall.edu/ist263/php_examples/show_params.php" as the value of the action attribute of the <form> tag. If you do everything correctly, then upon clicking on the Upload button you should see all the data you entered in the form.

Please user method POST for the <form> element and also set enctype attribute to multipart/form-data.