All Projects → aelbuni → Droply Js

aelbuni / Droply Js

Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Droply Js

Fileup
FileUp - JQuery File Upload
Stars: ✭ 10 (-80%)
Mutual labels:  upload, file, jquery
Laravel Simple Uploader
Simple file uploader for Laravel 5.
Stars: ✭ 59 (+18%)
Mutual labels:  upload, file, uploader
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+1214%)
Mutual labels:  upload, file, uploader
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (+266%)
Mutual labels:  upload, file, uploader
safe-svg
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
Stars: ✭ 129 (+158%)
Mutual labels:  upload, file, mime
ic-firebase-uploader
This component is a multi-file uploader for firebase
Stars: ✭ 21 (-58%)
Mutual labels:  upload, file, uploader
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (+84%)
Mutual labels:  upload, file, uploader
ShareX-CDN
Basic image, text & file uploader CDN for ShareX
Stars: ✭ 22 (-56%)
Mutual labels:  upload, file, uploader
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+1984%)
Mutual labels:  upload, file, jquery
React Filepond
🔌 A handy FilePond adapter component for React
Stars: ✭ 1,024 (+1948%)
Mutual labels:  upload, file
Gphotos Uploader Cli
Command line tool to mass upload media folders to your google photos account(s) (Mac OS / Linux)
Stars: ✭ 502 (+904%)
Mutual labels:  upload, uploader
Bootstrap Fileinput
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Stars: ✭ 5,097 (+10094%)
Mutual labels:  upload, jquery
Aria
下载可以很简单
Stars: ✭ 4,777 (+9454%)
Mutual labels:  file, uploader
Sonatamediabundle
Symfony SonataMediaBundle
Stars: ✭ 415 (+730%)
Mutual labels:  upload, file
Pomf
Simple file uploading and sharing
Stars: ✭ 535 (+970%)
Mutual labels:  upload, file
Vvvebjs
Drag and drop website builder javascript library.
Stars: ✭ 4,609 (+9118%)
Mutual labels:  drag-drop, jquery
Cj Upload
Higher order React components for file uploading (with progress) react file upload
Stars: ✭ 589 (+1078%)
Mutual labels:  upload, file
Dropit
DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.
Stars: ✭ 367 (+634%)
Mutual labels:  file, uploader
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1074%)
Mutual labels:  file, uploader
Closify
Closify provide a quick and intuitive JS plugin that facilitate acquiring images with different dimensions
Stars: ✭ 47 (-6%)
Mutual labels:  uploader, jquery

( JQuery / Javascript ) Multi File Uploader

Droply is a responsive jQuery based plugin, that simplifies the developers task to setup a multi/single file uploader component. It is highly configurable and easy to install. This plugin comes with a configurable server side PHP script that should be clear enough for developers to customize. It is important to know that there is a list of permitted file (MIME) types, which can be configured conjuctively on both server/client side to filter out any type of harmful or undesired file types.

(Contribution) Do you want to help improving this tool

Droply needs more developers to contribute to get the plugin to the next level. Please check the roadmap, and contact me if you are interested to be part of the team.

Documentation ✊

Detailed Documentation: http://www.itechflare.com/droply/docs/

Demo ✨

Droply in Action: http://www.itechflare.com/droply/

Current Features

  • Responsive multi-file uploader
  • Easily filter the file type allowed
  • Server side aware jQuery plugin
  • CSS3 smooth and modem effects
  • More than 15 different options for flexibility
  • Progress bar, preview file support
  • Can be embedded inside forms. Can generate dynamic inputs with your desired upload-id values.
  • Drag and drop files (and even folders in Chrome and Opera) straight from your desktop.
  • Support deletion
  • Droply has an integrated friendly mobile user interface, which allow users to upload files from their mobiles. Work beautifully for:
    • iOS
    • Android
  • Upload the wrong file? Droply can delete what your mistaken file.
  • Limit your users to a specific file type, size limit, number of files, image dimensions, or write your own custom validator.

Roadmap

  • (1.6.1)
    • Convert to native Javascript plugin (Remove jQuery Dependency)
  • (1.6.1.1)
    • Queuing file uploads and include flexible trottling mechanism (config) for the number of concurrent uploads the plugins can execute.
  • TBD

How can Droply fit into your PHP Project ?

Droply provides a simple backend PHP processing class that enable you to integrate this plugin to any PHP framework easily.

Setup & Usage

Basic Javascript/Jquery knowledge is necesary to use this plugin: how to set parameters, callbacks, etc.

Dual licensed under the MIT and GPL licenses. Created by Abdulrhman Elbuni.

API

$("#company-files").droply(options);

$("#company-files").droply(
        {
            chunkUpload: true,
            limitNumberofFiles:10,              // Limit the number of total uploaded file per session
            debug:false,                        // Enable/Disable debug for tracking error
            targetOutput:'.output',             // Print the output of the debug into a specific target HTML element
            allowedFileSize: 1024 * 1024 * 10, 
            disableRemovingItems:true,          // Disable removing upload items from the list
            delay:5000,                         // Define a hide delay of each upload element if it is set to be hidden
            multi:true,                         // Enable multi-file select/upload
            dragDrop:true,
            theme: 'simplex',                   // You can select 3 different themes 'default', 'simplex' and 'super-simplex'
            url: "processMultipleUploads.php",  // URL on where the files should be submitted
            dataType: "json",                   // Define AJAX dataType
            type: "post",                       // Define post type "GET/POST" (POST Recommended)
            backgroundColor:'',
            label:'Allowed file types are gif, jpg, png, avi, mp3, wav, mp4, doc, docx, pdf, txt, zip and rar',
            labelColor:'rgb(90, 90, 90)',
            logoColor:'rgb(150, 155, 255)',     // Change the color of the logo
            textColor:'#DADADA',                // Change the color of border line and text
            borderColor:'#DADADA',
            disablePostProgressAnimation: false,
            progressBarColor: 'red',            // Change the color of the progress-bar {red, orange, and green}
            action:'itech_droply_submission',   // Pass a custom JSON object to the server side along the files
            successfulUpload: droply.successfulUpload,  // Event handler for successful file upload
            failedUpload: droply.failedUpload,          // Event for unsuccessful file upload
            fileDeleted: droply.fileDeleted             // Event triggers when file is deleted from the front-end
            dropBox:{
              title:'Drop files here', 
              height:100, 
              fontSize:26
            },
            required:"false", // Force the uploader to be required as a field inside a form
            stableUploadLbl: 'Everything going well so far!',
            deleteConfirmLbl:'Are you sure you want to delete the file?',
            maxUploadSize: 1024*1024*16,        // Define your server (max_post_size/upload_max_filesize), so the plugin can optimize chunk uploading process using this parameter
        });

This way you can initialize the plugin. Check the documentation and read more about options options.

Markup

This is the simple html markup.

<div id="company-files"></div>

Even if you test all this in different browsers I recommend to add some kind of link to a basic uploader, this is still a new feature on several platforms.

Look and feel

Changelog

Update Version: 1.0

  • Initial release (Read docs for more detailed information)

Update Vesrion: 1.2

  • Add disablePostProgressAnimation option to disable progress animation after upload is been completed.
  • Add timestamp to files before saving to avoid file replacement.
  • Increase performance.

Update Version: 1.3

  • Minor bugs for iOS devices support.
  • Refining CSS file
  • Emulate hover effect for mobile devices
  • Fixing the delete functionality after adding timestamp to saved files
  • Stop progress bar animation once the uploading finishes is been enabled by default.

Update Version: 1.4

  • Added three new options debug: Enable debugging will allow the plugin to print out log inside targetOutput element. limitNumberofFiles: Limit how many files should be uploaded on each single session. targetOutput: Define where the plugin log should be printed
  • Fix concurrent upload problem by adding a random string to the stored file name.
  • Fix tolower issue for extensions and MIME's
  • Increase performance and adding other bug fixes.
  • Fixed iOS 7&8 problem during uploading
  • Update documentation.

Update version 1.4.2:

  • Made the styling be more robust and reliable accross browsers.
  • Fixed archive styling

Update version 1.4.3:

  • Added label section right below the drag-n-drop box
  • Added label and label color options to the plugin
  • Simplify allow/disallow file types mechanism
  • Updated stylesheet and server side process file

Update version 1.5:

  • Added preview button to enable verifying the file user has uploaded.
  • Added 'dragDrop' option to allow using regular upload button instead of the dragDrop featured box.
  • Filename format option in PHP file

Update version 1.5.6:

  • Added loading extra effect to indicate that the image still processing
  • Added info-icon button for mobile users, so they can check if there was any error retrieved from the server.
  • Enhance plugin responsivity for mobile and tablet use

Update version 1.6.0:

  • Added two new themes (Simplex, and super-simplex)
  • Integrate the themes and successfully assured its responsiveness
  • Embed all of the changes inside "style.css"
  • Added new configuration called "theme"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].