An open API service indexing awesome lists of open source software.

https://github.com/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).
https://github.com/jbaysolutions/play-java-resumable

file-upload java play-framework resumable resumable-upload

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://www.playframework.com) (Java), [Resumable.js](http://resumablejs.com/).

## Requirements

* [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Play Framework 2.5.12](http://www.playframework.com)

## Running

To run the application, call command:

```
$ activator run
```

OR

```
$ sbt run
```
Then open url: [http://localhost:9000/](http://localhost:9000/)