added folder upload via Upload Folder button

This commit is contained in:
Milos Holba
2021-08-17 15:08:13 +02:00
parent 387c824647
commit a4231ea30a
5 changed files with 62 additions and 161 deletions
+1
View File
@@ -135,6 +135,7 @@ const Helpers = {
this.$store.commit('ADD_FILES_TO_QUEUE', {
folder_id: store.getters.currentFolder.id ? store.getters.currentFolder.id : '',
file: item,
path: '/' + item.webkitRelativePath
})
});