jbaysolutions / play-java-resumable

A working example of a play framework (Java) app working with resumable.js. Allows upload of large files through HTTP (any size).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play-resumable-uploads

Working example of Play application (Java) with Resumable.js uploader. Allows upload of large files through HTTP (any size). This is an Example Java Play application. Application built on Play Framework (Java), Resumable.js.

Requirements

Running

To run the application, call command:

$ activator run

OR

$ sbt run

Then open url: http://localhost:9000/

About

A working example of a play framework (Java) app working with resumable.js. Allows upload of large files through HTTP (any size).


Languages

Language:Java 55.2%Language:HTML 18.4%Language:JavaScript 14.8%Language:CSS 8.3%Language:Scala 3.3%