What should you do?

You are creating an ASP.NET web page that contains several FileUpload controls.
The page will be posted to the server after one or more image files are selected for upload.
You need to ensure that all uploaded files are saved to the server within one call to a single event handler.
What should you do?
A. Read the HttpRequest.Files property and call the HttpPostedFile.SaveAs method for each file.
B. Read the HttpRequest.inputStream property and call the System.Io.File.WriteLines method or each file.
C. Read the HttpRequest.inputStream property and call the HttpResponse.WriteLine method for each file.
D. Read the HttpRequest.Files property and call the System.Io.File.WriteLines method for each file.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.