Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

towry-archived/file-upload-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File upload demo with plupload

Clone repository

git clone https://github.com/towry/file-upload-demo.git

Install script dependency

cd file-upload-demo/app/static
npm install

Install server dependency

cd file-upload-demo
pip install -r requirements.txt

Run

make