...
- Go to the patient dashboard
- Click the "File Browser" tab (or whatever you named it using the global property)
- To view a file:
- Click on any file that you want to view, it will download and open
- For all other file operations:
- Click the small "login" link at the bottom of the file browser
- The default username is admin and password is test, this can be changed by directly editing the php file.
- Click the icon at the bottom for rename, upload, delete, etc.
A note on security
The File Browser module creates a tab on the dashboard with an iframe pointed at a full-featured PHP file browsing/management script. The module passes the patient’s ID number to the script so that the properÂ
Installing the PHP script will allow anybody with the proper URL to access any file/folder on your webserver! If your webserver is publicly accessible from the Internet, establishing security using .htaccess or another method (such as from within the php file browser script itself) is essential!
...