Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a module in which user can create folders and also can modify them (similar to webfile manager)... I have the code which creates folders directly on a harddrive and in filemanager on webpage it displays directly from hard drive by binding root directory... Not i want to do this all tasks from the database i.e. when user creates a folder it creates in data table not really in hard drive(if it creats on harddrive than also not a problem but each and every folders and uploaded files records should be stored in database also)... and user shold show them as a folders structure in treeview... Can any one help me out...?????
Sorry for long desc... Thank you...
Posted
Comments
ZurdoDev 19-Dec-12 7:57am    
It sounds like all you need to do is create some tables in a database to where you can store the information you want. What are you stuck on exactly?
Naikniket 19-Dec-12 8:10am    
i want to create webfilemanager which does not directly intracts with hdd but it intracts via databse...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900