]> _ Git - cubist_cms-back.git/commitdiff
wip #5543
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Oct 2022 16:00:08 +0000 (18:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Oct 2022 16:00:08 +0000 (18:00 +0200)
src/app/Magic/Fields/DirectoryUpload.php

index 6e520d3b2c5471db61ac70a916d7a8fb2767d9ce..69c8cc87076f51b3950b1d2fa07e92e734f38974 100644 (file)
@@ -8,6 +8,8 @@ class DirectoryUpload extends StandardFile
     {
         $res = parent::getFieldAttributes();
         $res['directory'] = '';
+        $res['webkitdirectory'] = '';
+        $res['multiple'] = '';
         return $res;
     }
 }