Google News
logo
ASP.NET - Quiz(MCQ)
Which of the following property is used to get the length of the selected filename using FIleUpload control?
A)
PostedFile.Length
B)
PostedFile.FileLength
C)
PostedFile.ContentLength
D)
None of the Above

Correct Answer :   PostedFile.ContentLength


Explanation : The "FileUpload1.PostedFile.ContentLength" property is used to get the length of the selected filename using FileUpload control.

Advertisement