i am looking for a free file manager for my project in ASP.Net, so can any show me?
Edit:
A file manager or a image manager for user to use to upload/select/create folder/delete files…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am also looking for a (free) ASP.Net based file manager and just did a brief survey. I tried Bipin Joshi’s “Web Site File Manager” (the binaryintellect one referenced by DKarter). While it works, I felt it is going to be difficult to customize, it is a web page while I really need a control, and it is a bit dated at this point.
I almost gave up hope when I stumbled on IZWebFileManager:
http://www.izwebfilemanager.com/demo/default.aspxMoved here: https://github.com/manishma/IZWebFileManager
It is licensed under the GNU GPL and it took 5 minutes to get running. I downloaded the code, added the DLLs to my project, and then added the control to a page, and bam – I had a professional looking fully functional web based file manager.