/
var
/
www
/
myprog.com.ua
/
server
/
node
/
node_modules
/
ws
/
examples
/
fileapi
/
public
/
/var/www/myprog.com.ua/server/node/node_modules/ws/examples/fileapi/public
mkdir
upload
Name
Size
Mode
Actions
app.js
1190
0644
edit
dl
rm
index.html
609
0644
edit
dl
rm
uploader.js
1683
0644
edit
dl
rm
Edit:
/var/www/myprog.com.ua/server/node/node_modules/ws/examples/fileapi/public/index.html
(609B)
<!DOCTYPE html> <html> <head> <style> body { font-family: Tahoma, Geneva, sans-serif; } div { display: inline; } </style> <script src='uploader.js'></script> <script src='app.js'></script> </head> <body> <p>This example will upload an entire directory tree to the node.js server via a fast and persistent WebSocket connection.</p> <p>Note that the example is Chrome only for now.</p> <input type="file" webkitdirectory /><br/><br/> Upload status: <div id='progress'>Please select a directory to upload.</div> </body> </html>
Save
cmd:
run