Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about FileUpload control in ASP.NET?
82. Which of the following statement is correct about FileUpload control in ASP.NET?
- FileUpload control is used to upload webpages for a website.
- FileUpload control is used to upload files from the local machine to the server.
- FileUpload control is used to upload on C# file to the server.
- None of the above
Answer: B) FileUpload control is used to upload files from the local machine to the server.
Explanation:
The FileUpload control is used to upload files from the local machine to the server.