File/Doc Management in Web Application
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi - I have the following requirements for my web application built using ASP.NET. 1) The users should be able to create their folders in Web Server. 2) The users should be able to create different files in those folders. 3) The users should be able to upload and download documents 4) The users should be able to choose the folder where they want to store their files. How do I achieve this in ASP.NET? Is there any product available for this? Can Microsoft CMS be used for this? Please guide.