|
Can I use a DotNetAge to create a document library, such that each registered user has access to only those documents which he uploaded. Do I need additional programming to implement it?
|
DNA General
Ask your general questions about DNA in here.
|
|
|
|
|
|
||||||
4 回復 |
||||||
|
Previous thread:[installation]
|
Next thread:[Install Error With SQL Express 2008 R2 , Pls Help!]
|
#0 1/10/2011 13:16:29 |
|
Can I use a DotNetAge to create a document library, such that each registered user has access to only those documents which he uploaded. Do I need additional programming to implement it?
|
#1 1/10/2011 20:05:38 |
|
Each website has their own web resources / document library, you can use the FileManager to manage the web resources. Each registered user has their personal website so that i also has their document library on their own site.
Do you means show the document library out of the console panel ? (Doucment widget ? ) Sharing my ideas and codes to make things change. |
#2 2/10/2011 0:54:13 |
|
I want to allow users to upload their documents (eg articles, books, etc. in Word,PDF format), write them a description. That is, I want to make a site that allows users to store their articles, books, magazines and so on, and represent it as a table for each user.
Yes, i want to show this as a document widget. |
#3 2/10/2011 8:42:38 |
|
You need to write this widget you self.
1.You need to create a table and model to save the description , document Url and other additional information for documents. 2.Write a DocumentController to upload and save additional data for documents. 3.Create a Document Widget shows the uploaded documents. Sharing my ideas and codes to make things change. |
#4 2/10/2011 8:49:15 |
|
many thanks! I try it!
|