ドラッグ&ドロップで画像ファイルをアップロードするサンプルアプリ。複数ファイル同時アップに対応しています
This is a sample application to upload multiple files with drag'n drop.
Chrome9 dev, Firefox3.6, Safari5 work. IE doesn't work with Drag&Drop (also Opera?)
node-v0.2.4+
$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
This application is licensed under the MIT license exclude above modules and libraries.
Plupload may not upload files asynchronously? check detail.