nerdexam
Zend

200-530 · Question #6

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">. Zend 200-530 Exam

Network Configuration and Protocols (NFS, SMB, HDFS)

Question

Which of the following HTML code snippets can be used for the file uploading?

Options

  • A<form enctype="text/plain" action="index.php" method="post">
  • B<form enctype="application/x-www-form-urlencoded" 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

(42 responses)
  • A
    14% (6)
  • B
    7% (3)
  • C
    74% (31)
  • D
    5% (2)

Explanation

Zend 200-530 Exam

Topics

#HTML forms#file upload#enctype#multipart/form-data

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice