nerdexam
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

200-530 question #38 exhibit

Options

  • A5,000 bits
  • B5,000 Kilobytes
  • C5,000 Megabytes
  • D5,000 bytes

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    9% (2)
  • D
    73% (16)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice