Skip to content

Commit

Permalink
add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishiyama Yuya committed Nov 14, 2010
1 parent 654f9b3 commit 7f1d169
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
ドラッグ&ドロップで画像ファイルをアップロードするサンプルアプリ。複数ファイル同時アップに対応しています。

This is a sample application to upload multiple files with drag'n drop.

# Installation

$git clone git://github.com/nsyee/dnd-uploader.git --recursive
$cd dnd-uploader
//you may need sudo for executing with port 80.
$sudo node server.js

# Using Modules
* [node-formidable](http://github.com/felixge/node-formidable)
* [node-dirty](http://github.com/felixge/node-dirty)
* [socket.io](http://socket.io/)

# Using Client side libraries
* [plupload](http://www.plupload.com/)
* [jquery-notify](https://github.com/ehynds/jquery-notify)
* [fancybox](http://fancybox.net/)
* [socket.io](http://socket.io/)

# License
This application is licensed under the MIT license exclude above modules and libraries.

0 comments on commit 7f1d169

Please sign in to comment.