GithubHelp home page GithubHelp logo

gerhobbelt / jquery-html5-upload Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mihaild/jquery-html5-upload

0.0 2.0 0.0 148 KB

It is a simple plugin for jQuery, which helps you to upload multiple files and to show progress of uploading.

JavaScript 100.00%

jquery-html5-upload's Introduction

jquery-html5-upload

HTML5 allows attribute multiple in input tag. It is possible to select multiple files in one dialog without flash. With this plugin, you can easy upload multiple files and display progress of uploading. Works in modern versions of Firefox and WebKit browsers. Wasn't tested in IE.

This plugin is very simple. I think, everything is clean from it's source. But if you want to have a list of it's options - they are presented below.

Options

Events

All events except "change" used by plugin have prefix "html5_upload.".

Events used by plugin

It is not recommended to set handlers for this events manual.

start Start upload selected files

cancelOne Cancel upload of currently uploading file

cancelAll Cancel current uploading

destroy Removes traces of plugin work

On* events

This events can be set by passing it to plugin constructor. When presented, name if the current file name, number is the number of current file, total is count of currenly selected files.

onStart(event, total) Called when starting upload files.

onStartOne(event, name, number, total) Called when a file begins uploading.

onProgress(event, progress, name, number, total) Called when a progress part of file (0 <= progress <= 1) was uploaded.

onFinishOne(event, response, name, number, total) Called when one file was uploaded. response is the server response.

onFinish(event, total) Called when all files was uploaded.

onError(event, name, error) (not fully implemented yet) Called when XMLHttpRequest has an error.

gen* and set* options

Sometimes you need no full control on all plugin events. If so, you can pass the gen* and set* functions to automatically set messages.

gen* functions

By default, they use STATUSES option to generate the text.

genName(file, number, total)

genStatus(progress, finished) progress is a fraction. finished is true if file uploaded and response otained.

genProgress(loaded, total) loaded is count of bytes of current file which currently loaded, total is current file size.

set* function

This functions get plain text from set* functions

setName(text)

setStatus(text)

setProgress(text)

Other options

autostart (bool) start when the input value is changed

autoclear (bool) clear the input value when all files are uploaded

stopOnFirstError (bool) cancel uploading remaining files if an error occurred

url (string|function) url where send files, or function which will return it

sendBoundary (bool) format headers to emulate usual form file sending.

fieldName (string|function) if setBoundary is true, value for file field name

extraFields (map|function) extra fields to send with file upload request (works only for HTML5)

jquery-html5-upload's People

Contributors

andrey-borue avatar darkaico avatar gerhobbelt avatar gunjanpatidar avatar keoven avatar maosmurf avatar mihaild avatar relu avatar smurail avatar theoephraim avatar wiltave avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.