Multiple choice technology web technology

The default Upload file size limitation for FileUpload server control is __________ kb

  1. 2048

  2. 1024

  3. 4096

  4. 3072

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The default maxRequestLength for the ASP.NET FileUpload server control is 4096 KB (4 MB). Distractors specify incorrect sizes that do not align with the default framework configuration settings.