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)- A14% (6)
- B7% (3)
- C74% (31)
- D5% (2)
Explanation
Zend 200-530 Exam
Topics
#HTML forms#file upload#enctype#multipart/form-data
Community Discussion
No community discussion yet for this question.