0

I am trying to make Intranet application in CentOS/Linux which lets users browse and select file placed anywhere on server or networks paths.

I just need to select file so I can get its full path where it is placed. User must be able to browse folders as one would by

file --> open --> browse ...

paths could be ..

/home/username/
/datadrive/  --> mapped drive etc.

My current choice is Encode Explorer enter link description here

But I want it to work outside /var/www/html folder. What are my options ?

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
django
  • 2,809
  • 5
  • 47
  • 80

1 Answers1

0

In Encode Explorer index.php, edit line 350 according with your desired base dir.

Be aware that working outside of the www-folder may require you to remove the open_basedir restrictions introduced probably by your php.ini or an .htaccess.

Martin Müller
  • 2,565
  • 21
  • 32