# play-java-resumable **Repository Path**: mirrors_jbaysolutions/play-java-resumable ## Basic Information - **Project Name**: play-java-resumable - **Description**: A working example of a play framework (Java) app working with resumable.js. Allows upload of large files through HTTP (any size). - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)