From: Thomas Müller Date: Tue, 15 Apr 2014 19:39:13 +0000 (+0200) Subject: add link to further discussion about that folder check X-Git-Tag: v7.0.0alpha2~418^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83e8981e246384de3b9d206a5dcf1109ce421005;p=nextcloud-server.git add link to further discussion about that folder check --- diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 516812563ac..3879aa65888 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -243,6 +243,7 @@ OC.Upload = { } // in case folder drag and drop is not supported file will point to a directory + // http://stackoverflow.com/a/20448357 if (!file.type && file.size%4096 === 0 && file.size <= 102400) { try { reader = new FileReader();