js-fileexplorer
js-fileexplorer copied to clipboard
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Hi! I am trying to use this to access a symlinked folder and it says "failed to load folder. Invalid path specified" even though when I hover over the symlink...
During the initial development, significant effort was made to make sure keyboard navigation worked well and hit on all the critical navigation areas. This is a very complex widget with...
Currently, the icons in the widget are sourced from a single PNG sprite sheet. The switch to PNGs was done after attempting a SVG icon implementation that rendered rather badly...
Currently, file upload details are limited to summary information in the upload queue and global cancellation controls. This issue is open to gauge interest in some sort of enhanced UI...
In my project i use my own backend code to handle refresh/delete/move/rename... requests. Every operation requires the full path of a file. For example a delete action GET-Request would look...
Hello, awesome project. Could you point me in the direction within the 1000s of beautiful lines of code where you set up the view for the files/folder grid? I'd like...
I have a json to describing directories. I want to use it without php server. (Only frontend) how to emulate prepXhr with json file or object? ``` [ {n: "folder1",...
如何在右键菜单添加新的选项
Is this a thing? Is it possible?
A boolean that indicates whether or not to capture right mouse button events (Default is true).