<<< Previous question <<< Question ID#0265.md >>> Next question >>>
Which of the following HTML code snippets can be used for the file uploading?
- A)
<form enctype="multipart/form-data" action="index.php" method="post">
- B)
<form enctype="text/plain" action="index.php" method="post">
- C)
<form enctype="plain" action="index.php" method="post">
- D)
<form enctype="application/x-www-form-urlencoded" action="index.php" method="post">
Answer
Answer: A