add link to further discussion about that folder check
This commit is contained in:
parent
07ea57465b
commit
83e8981e24
|
@ -243,6 +243,7 @@ OC.Upload = {
|
||||||
}
|
}
|
||||||
|
|
||||||
// in case folder drag and drop is not supported file will point to a directory
|
// 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) {
|
if (!file.type && file.size%4096 === 0 && file.size <= 102400) {
|
||||||
try {
|
try {
|
||||||
reader = new FileReader();
|
reader = new FileReader();
|
||||||
|
|
Loading…
Reference in New Issue