Hi there,
I have a client who wants a browse and view only solution, I need to remove Upload, Delete and Rename functions.
How can this be achieved?
Cheers
Steven
I have a client who wants a browse and view only solution, I need to remove Upload, Delete and Rename functions.
How can this be achieved?
Cheers
Steven
Re: Disabling Upload Function
You need to edit AccessControl property in config file. For PHP it's $config['AccessControl']. There are specific options like folderCreate or fileUpload, which can be turned off by setting to false.