Need Help
-
Hi, I am building a windows application that can show list of files from a folder that is placed in web site. I mean to say on web server. Let us suppose there is a folder on localhost named as Test. Now i want to display all files' mame in a list view. Is there anybody has any helping material that can help me as well. Thanks in advance
-
Hi, I am building a windows application that can show list of files from a folder that is placed in web site. I mean to say on web server. Let us suppose there is a folder on localhost named as Test. Now i want to display all files' mame in a list view. Is there anybody has any helping material that can help me as well. Thanks in advance
Hope this link will help you :) Check It[^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
Hope this link will help you :) Check It[^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
I've tried this one but this is only for local system. But i want to fetch the files from a folder placed on Web Server to a local system. I can read files as stream but how can i get the list of file from a folder placed in a web site.
-
I've tried this one but this is only for local system. But i want to fetch the files from a folder placed on Web Server to a local system. I can read files as stream but how can i get the list of file from a folder placed in a web site.
http://www.codeproject.com/KB/aspnet/WebFileManager.aspx[^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"