Sha256: 8f69529ef8cdf2643865d27ad60c63dbcb082c4e41a33f0670711f185758df1c
Contents?: true
Size: 609 Bytes
Versions: 85
Compression:
Stored size: 609 Bytes
Contents
<!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>
Version data entries
85 entries across 85 versions & 1 rubygems