Skip to content

Commit

Permalink
Use Webdav PUT for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Dec 17, 2015
1 parent fa983ca commit a3ca184
Show file tree
Hide file tree
Showing 9 changed files with 581 additions and 359 deletions.
3 changes: 2 additions & 1 deletion apps/files/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
fileActions: fileActions,
allowLegacyActions: true,
scrollTo: urlParams.scrollto,
filesClient: OC.Files.getClient()
filesClient: OC.Files.getClient(),
enableUpload: true
}
);
this.files.initialize();
Expand Down
Loading

0 comments on commit a3ca184

Please sign in to comment.