mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(directory) add ability to upload directories via drag n drop in Chrome
This commit is contained in:
parent
2790799b98
commit
44531adfc6
27 changed files with 1137 additions and 4 deletions
|
|
@ -23,7 +23,8 @@ var CloudCmd;
|
|||
'client',
|
||||
client + 'buffer',
|
||||
client + 'listeners',
|
||||
client + 'key'
|
||||
client + 'key',
|
||||
client + 'directory'
|
||||
].map(function(name) {
|
||||
return lib + name;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue