I am moving from wordpress. I would like to have a page where users in a particular role can upload a file which would be available for all users hitting the site.
What is the best way to accomplish this with umbraco?
Are we talking file up load in the backend or is this on the front end so creating an extranet, members of certain role login they can upload file and this can be viewed by everybody else on site?
Let me clarify (sorry).
I will allow some admins' the ability to upload using the admin dashboard. I can ask them to put documents in a particular folder. My request is how can i show those documents on a page/partial view on Umbraco to all users that hit the site?
If I wanted to only show to registered users how would i add that feature?
You can using the backend create a partial macro and pick one of the templates think it does have a razor sample for listing documents in a media folder. If you want to allow front end upload you will need to create mvc form / controller and then using umbraco mediaservice upload the file quite a bit more work.
Page with upload ability for users
I am moving from wordpress. I would like to have a page where users in a particular role can upload a file which would be available for all users hitting the site.
What is the best way to accomplish this with umbraco?
Dave,
Are we talking file up load in the backend or is this on the front end so creating an extranet, members of certain role login they can upload file and this can be viewed by everybody else on site?
Regards
Ismail
Let me clarify (sorry). I will allow some admins' the ability to upload using the admin dashboard. I can ask them to put documents in a particular folder. My request is how can i show those documents on a page/partial view on Umbraco to all users that hit the site?
If I wanted to only show to registered users how would i add that feature?
thanks
You can using the backend create a partial macro and pick one of the templates think it does have a razor sample for listing documents in a media folder. If you want to allow front end upload you will need to create mvc form / controller and then using umbraco mediaservice upload the file quite a bit more work.
Regards
Ismail
is working on a reply...