Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 938 Bytes

TODO

File metadata and controls

36 lines (32 loc) · 938 Bytes

#;;; -*- mode: org; -*-

Simple Upload Page

Basic web app

  • [X] ring
  • [X] WAR

Usage:

run the app

$ lein ring server-headless

build the war / uberwar

$ lein ring war

Backend Skeleton for Upload

Backend Skeleton for Progress

File Upload

Extract storage logic into separate NS

Asynchronous file upload

Show Filename of stored file

Show Progress

Description

Hide Description Container initially

Hide iFrame

Enable Description Form when upload started

Hide Progress Container initially

Enable Download link only when upload is finished

Host jQuery on the server

Have a link on the final page to download the file

Bigger Description area

Disable Description Save initially

Deploy on AWS Beanstalk

GitHub README.md

Fix issue #1

Fix issue #2

More Tests!