Skip to content

a simple js file browser to browse the directory in back end server

Notifications You must be signed in to change notification settings

tzngit/file_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

file_browser

a simple js file browser to browse the directory in back end server

How to use

just create a div in your html like this:

<button id="browse">Browse...</button>
<div id="fileBrowser"></div>

and then add a fileBrowser to the Browse button like this:

    $('#browse').fileBrowser({url:"browseBak"}, function(fileName) {
      console.log("you selelct " + fileName);
    })

About

a simple js file browser to browse the directory in back end server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published