nerdexam
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)
  • A
    8% (2)
  • B
    4% (1)
  • C
    83% (20)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice