Hello thanks for excellent control and openly sharing.
I would like just to use the FileView (not FileManager, since too many features) to let the user select a file, and it works almost perfectly, but I would like
- to disable both Download and Open actions on the file; is it possible? (Even in the "Programming -> File download" sample, when 'Prohibit download' is checked, the user can still 'open' the file then 'save it'.)
- Can the FileView current directory be changed programmatically? Because otherwise, it is not possible to go up a directory since there is no toolbar (I wish to add an "up" button on the page outside the control).
Thank you very much for great work.