CARVIEW |
moxiecode / plupload
- Source
- Commits
- Network (6)
- Issues (4)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (1)
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight, Flash, Gears and BrowserPlus. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitattributes | Mon Dec 21 08:45:16 -0800 2009 | Fixed resize support for all runtimes [spocke] |
![]() |
.gitignore | Wed Jan 27 06:54:02 -0800 2010 | Fixed bug where browser plus runtime didn't wor... [spocke] |
![]() |
build.bat | Fri Nov 13 06:03:02 -0800 2009 | Initial commit. [spocke] |
![]() |
build.xml | Tue Feb 09 08:07:08 -0800 2010 | Added gears_init.js as a source file so a compl... [spocke] |
![]() |
changelog.txt | Tue Feb 09 08:49:46 -0800 2010 | Fixed issues with i18n support and added a Swed... [spocke] |
![]() |
examples/ | Tue Feb 09 08:07:08 -0800 2010 | Added gears_init.js as a source file so a compl... [spocke] |
![]() |
license.txt | Fri Nov 13 06:03:02 -0800 2009 | Initial commit. [spocke] |
![]() |
readme.md | Thu Jan 14 05:04:14 -0800 2010 | Added new Markdown readme file and removed the ... [spocke] |
![]() |
src/ | Tue Feb 09 08:49:46 -0800 2010 | Fixed issues with i18n support and added a Swed... [spocke] |
![]() |
tools/ | Wed Jan 27 05:35:06 -0800 2010 | Fixed build release target to use git instead o... [spocke] |
Plupload - Cross browser and platform uploader API
What is Plupload
Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight, Flash, Gears and BrowserPlus.
What you need to build Plupload
- Install the Java JDK or JRE packages you can find it at: https://java.sun.com/javase/downloads/index.jsp
- Install Apache Ant you can find it at: https://ant.apache.org/
- Add Apache Ant to your systems path environment variable, this is not required but makes it easier to issue commands to Ant without having to type the full path for it.
How to build Plupload
In the root directory of Plupload where the build.xml file is you can run ant against different targets.
ant
Will combine, preprocess and minify the Plupload classes into the js directory. It will not build the Silverlight and Flash .xap and .swf files.
ant moxiedoc
Will generate API Documentation for the project using the Moxiedoc tool. The docs will be generated to the docs/api directory.
ant release
Will produce release packages. The release packages will be placed in the tmp directory.
Contributing to the Plupload project
You can read more about how to contribute to this project at https://www.plupload.com/contributing