0.0.21 • Published 6 years ago

react-plupload v0.0.21

Weekly downloads
29
License
MIT
Repository
github
Last release
6 years ago

#react-plupload

Use plupload functionality to upload files in your React application

#Run Example

git clone https://github.com/lemonCMS/react-plupload.git
cd react-plupload/example
npm install
npm run dev

Made possible with the excellent boilerplate from https://github.com/erikras/react-redux-universal-hot-example

#Basic usage

<Plupload
  id="plupload"
  runtimes="flash"
  multipart
  chunk_size="1mb"
  url="/"
  flash_swf_url="/plupload-2.1.8/js/Moxie.swf"
/>

GitHub: https://github.com/lemonCMS/react-plupload ##Version 0.0.8

  • Added - Example
  • Added - build lib files
  • Upgrade react to 0.14

##Version 0.0.6

  • Added - Progressbar
  • Added - Errorhandling

##Version 0.0.4

  • Added - Upload is working
  • Added - Remove file from queue button

##Version 0.0.2

  • Does not try to upload anything yet, just got the file selector working.

##Wishlist

  • progressbar
  • remove delete from queue button while uploading

Usage

  • Download plupload from http://www.plupload.com, put the files in accesable folder on your webserver.
  • Link to de plupload js
  • Importent include this script before any react scripts!

Events All events are available through the react component like so:

All available events are on http://www.plupload.com/examples/events

just call them with the "on" prefix like this:

UploadComplete becomes onUploadComplete Destroy => onBecomes

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.1.0

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago