Skip to content

jakobadam/plupload-java-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plupload Java Runtime (deprecated) - Unlimited Sized Streamed Integrity Checked Resumeable Uploads

What is Plupload Java Runtime

Plupload Java Runtime is an addition to plupload which lets people upload files of unlimited size. All other technologies (Flash, HTML5, HTML4) suffers when it comes to uploading large files. The only possible cross browser means to upload large files is Java - for more on this matter see survey of large browser uploads.

What you need to build Plupload Java Runtime

How to build Plupload

In the root directory of Plupload Java Runtime where the build.xml file is you can run ant against different targets.

ant

compiles, jars, and signs the runtime.

In order to read files from the users file system, the applet must be signed. The ant target expects a plupload certificate. The certificate is created with:

keytool -genkey -alias plupload

Note: the build file expects that the java key store password is 123456.

Running

See Plupload Backends

About

(deprecated) Plupload Java Runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published