Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-fringe/chunk-upload
https://github.com/dev-fringe/chunk-upload
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-fringe/chunk-upload
- Owner: dev-fringe
- Created: 2020-06-08T04:52:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T20:21:59.000Z (over 3 years ago)
- Last Synced: 2023-08-07T17:12:14.926Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## orginal site : https://github.com/timoteoponce/spring-chunked-upload
# Chunked file upload exampleA simple REST Spring MVC application that
allows the upload of chunked-files.Using:
- https://github.com/blueimp/jQuery-File-Upload
- Spring Boot# Run it
```
$> mvn clean spring-boot:run
```Go to localhost:8080 and upload a file