In Asp Web Application.
I use fileupload control to upload file in client side file.
In that case, I can browse and upload only one file.
But I want to browse all files in directory and binding all files to
datagrid.
How can I browse 'files' or 'directroy' in client side, not web server
directory.