5x5_jq_uploader plugin can be used to instantly create a drop file area and file queue with a little bit of preparation. Bootstrap is used for responsive planning and alerts.
5x5jqpi.js is an advanced drag-and-drop file uploader built on the jQuery and Bootstrap frameworks.
Features:
- Choose files by dragging and dropping.
- Select multiple files simultaneously.
- Add custom file descriptions.
- Custom file type.
- Limit files and size.
- Feedback on the error.
Must Read: Vuetify Drag And Drop Draggable Tree View Component | v-treeview
5x5_jq_uploader Details
Post Name | Drag Drop File 5×5 jq Uploader |
Author Name | cesperian |
Category | Draggable, SCSS |
Official Page | Click Here |
Official Website | github.com |
Publish Date | May 18, 2021 |
Last Update | August 10, 2023 |
Download | Link Below |
License | MIT |
How to make use of it:
1. Load the wanted jQuery and Bootstrap framework within the document.
<link rel="stylesheet" href="/path/to/cdn/bootstrap.min.css" /> <script src="/path/to/cdn/jquery.min.js"></script> <script src="/path/to/cdn/bootstrap.min.js"></script>
2. Create an empty container for the file uploader.
<div id="uploader"></div>
3. Download the plugin and insert the 5x5jqpi.min.js
after jQuery.
<script src="./dist/5x5jqpi.min.js"></script>
4. Initialize the file uploader and decide the destination to which the files must be sent.
$("#uploader").initUploader({ destination:'/path/to/server/', destinationParams: { // uploader parameters here } });
Options
Options that can be specified when initializing the uploader:
Must Read: Advanced Drag and Drop File Picker for Uploader | jquery-formhelper
Name | Type | Default | Description |
---|---|---|---|
destination | string | null | Key/value pairs that can be used for creating a query string on upload |
destinationParams | object | null | A callback for when an upload has been completed successfully |
sizeLimit | integer | 1 | Limit of individual file sizes, in MB |
fileLimit | integer | 5 | A callback for when an upload has completed successfully |
selectOpts | object | null | Limit of the total number of files that can be queued for upload |
showDescription | boolean | false | If true will render a text input for each file queued for upload. Value gets appended to file object as property ‘description’ |
postFn | function | noop | Key/value pairs are used to render a select element for each file queued for upload. The key is used for the individual option value and the key’s value is displayed to the user. Chosen value gets appended to the file object as property ‘fileType’ |
See Demo And Download

Official Website(cesperian): Click Here
This superior jQuery/javascript plugin is developed by cesperian. For extra Advanced Usage, please go to the official website.