3.2.0

Explorer replacement

I'm working on a project that involves building a file manager with Windows Explorer-type functionality in PHP. I'm to the point where I can get a directory of files to list in the grid, but need to add the following functionality:
1. Ability to download a file by clicking on the filename
2. Ability to select multiple files to download (perhaps with a right-click)
3. If the filename is a subdirectory, instead of running the code to download, just display the files in that subdirectory.

Are these things possible with the grid? If so, are there any samples available for this type of project?
GLB
September 27,

This topic is archived.

See also:


Back to support forum