Home »
MCQs »
ASP.Net MCQs
Which of the following property is used to get the length of the selected filename using FIleUpload control?
91. Which of the following property is used to get the length of the selected filename using FIleUpload control?
- PostedFile.ContentLength
- PostedFile.Length
- PostedFile.FileLength
- None of the above
Answer: A) FileUpload1.PostedFile.ContentLength
Explanation:
The "FileUpload1.PostedFile.ContentLength" property is used to get the length of the selected filename using FileUpload control.