https://github.com/fmpwizard/lift_fileupload
https://github.com/fmpwizard/lift_fileupload
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmpwizard/lift_fileupload
- Owner: fmpwizard
- Created: 2011-03-11T19:00:25.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T15:08:21.000Z (about 13 years ago)
- Last Synced: 2024-04-16T06:22:03.435Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run:
```
git clone git://github.com/fmpwizard/lift_fileupload.git
cd lift_fileupload
sbt
> update
> jetty-run
```
Go to `http://127.0.0.1:8080`
Select a file to upload and click "Create"
This example now works (so you can use it as a getting starting point)