Hello,
Is it possible to create a site through durpal where users can upload there data e.g write a personal diary, data , files etc which is only accessible to that specific member and administrator e.g a kind of cloud storage site.

Comments

manoj_j’s picture

You can create a new content type and manage the required fields for adding contents. You can assign permissions accordingly to display the contents to users.

You can even try checking for any modules available for your requirement.

mzs’s picture

how a user can view own unpublished content ? I gave the permission through permissions but nothing appears for user.

manoj_j’s picture

Try using Drupal views, it can bring up your requirement of displaying contents.

all the best !