fix uploading files to the users root directory
This commit is contained in:
parent
3f8e4e2a30
commit
043e62ffd9
|
@ -17,7 +17,7 @@ if( !OC_User::isLoggedIn()){
|
||||||
$files=$_FILES['files'];
|
$files=$_FILES['files'];
|
||||||
|
|
||||||
$dir = $_POST['dir'];
|
$dir = $_POST['dir'];
|
||||||
if(!empty($dir)) $dir .= '/';
|
$dir .= '/';
|
||||||
$error='';
|
$error='';
|
||||||
|
|
||||||
$totalSize=0;
|
$totalSize=0;
|
||||||
|
|
Loading…
Reference in New Issue