Zend
200-530 · Question #38
What is the maximum limit of the file size that a user can upload according to the code Snippet given below? <form enctype="multipart/form-data" action="index.php" method="post"> <input…
The correct answer is D. 5,000 bytes. See the full explanation below for the reasoning.
Question
What is the maximum limit of the file size that a user can upload according to the code Snippet given below? <form enctype="multipart/form-data" action="index.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="5000" /> <input name="filedata" type="file" /> <input type="submit" value="Send file" />
Exhibit
Options
- A5,000 bits
- B5,000 Kilobytes
- C5,000 Megabytes
- D5,000 bytes
How the community answered
(22 responses)- A14% (3)
- B5% (1)
- C9% (2)
- D73% (16)
Community Discussion
No community discussion yet for this question.
