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).
- Host: GitHub
- URL: https://github.com/jbaysolutions/play-java-resumable
- Owner: jbaysolutions
- Created: 2017-03-02T11:13:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T12:11:22.000Z (about 8 years ago)
- Last Synced: 2025-01-08T02:15:22.050Z (5 months ago)
- Topics: file-upload, java, play-framework, resumable, resumable-upload
- Language: Java
- Homepage:
- Size: 1.08 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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/)