Zend
200-530 · Question #503
Which of the following HTML code snippets can be used for the file uploading?
The correct answer is C. <form enctype="multipart/form-data" action="index.php" method="post">. See the full explanation below for the reasoning.
Question
Which of the following HTML code snippets can be used for the file uploading?
Options
- A<form enctype="application/x-www-form-urlencoded" action="index.php" method="post">
- B<form enctype="text/plain" action="index.php" method="post">
- C<form enctype="multipart/form-data" action="index.php" method="post">
- D<form enctype="plain" action="index.php" method="post">
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C83% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.