I want to browse to folder on button click and select a file in that folder. When user selects a particular file. I want to retrieve the folder path and size of that file ?
How can i do that in asp.net with c#
BTW i'm using vs2008.
Please help me
Thanks in anticipation
Why not use the FileUpload control instead of a Button? http://asp.net-tutorials.com/controls/file-upload-control/