Skip to content

File Manager is a wonderful widget that allows you to manage images and folders, pick images and folders, and do a lot more.

Notifications You must be signed in to change notification settings

jaydeepakbari/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File manager

File Manager is a wonderful widget that allows you to manage images and folders, pick images and folders, and do a lot more.

Preview

Usage/Examples

<div class="file-upload btn-file">
    <div class="file">
        <img src="https://via.placeholder.com/100x100?text=No%20Image">
    </div>
    <input type="hidden" name="image" value="">
</div>
$(".btn-file").fileManager({
    callback:function(files,el) {
        if(files.href){
            $(el).find("img").attr("src",files.href)
            $(el).find('input').val(files.path)
        } else {
            $(el).find("img").attr("src","https://via.placeholder.com/100x100?text=No%20Image")
            $(el).find('input').val('')
        }
    }
});

🛠 Skills

PHP, Javascript, HTML, CSS...

Features

  • Choose single file
  • Choose multiple files
  • Delete files
  • Create multiple files

About

File Manager is a wonderful widget that allows you to manage images and folders, pick images and folders, and do a lot more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published