Was thinking of integrating File Explorer into my site.
Is it possible to do this:
-
Allow certain users based on permissions stored in a mySql to do only certain things.
Example… allow users logged into my CMS site with ‘Admin’ status only to delete. Others can only view/add files. -
My content management system is for patients. Each patient has a patient info page that shows their name, address, info, treatment, etc. I’d like to have each patient to have their own online folder… when a logged in user goes to the patient’s info page, I’d like to have a file explorer specific to just that patient show up.
So each patient has their own personal folder and files related to them, so they are separate from others.
Is that possible? A lot of coding, I’d imagine?
Thanks.