Skip to content

kaderbrl/file-upload-jQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery - File Upload Plugin 📤

It is a simple jQuery plugin that allows file uploading, viewing and deleting operations.

File Upload with jQuery

💎 Features

  • 📂 Files can be uploaded by selecting or drag and drop
  • 📅 The name, image preview, size and type of uploaded files are listed in a table
  • 🗑 Uploaded files can be deleted

💻 Live Demo

Check the live demo here 👉 Demo

📋 Instruction

Clone this repository.

git clone https://github.com/kaderbrl/file-upload-jQuery.git

Usage:

<div id="fileUpload"></div>
$(document).ready(function () {
    $("#fileUpload").fileUpload();
});

Languages and Tools

html5 logo css3 logo jquery logo

About

A simple multi-file upload and listing plugin built using jQuery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published