EV3-389 Verzióváltott teszt - Tömeges feltöltés
This commit is contained in:
parent
f74d8751d2
commit
ac8d60e913
@ -163,7 +163,9 @@ private function clientFilesAttach(Request $request)
|
|||||||
continue;
|
continue;
|
||||||
dd($product->{$attachTypePointer}()->get()->toArray());*/
|
dd($product->{$attachTypePointer}()->get()->toArray());*/
|
||||||
|
|
||||||
$path = \Storage::disk('uploader')->getDriver()->getAdapter()->getPathPrefix();
|
//$path = \Storage::disk('uploader')->getDriver()->getAdapter()->getPathPrefix();
|
||||||
|
$path = \Storage::disk('uploader')->path('');
|
||||||
|
|
||||||
$dir = $this->getTargetDirectory();
|
$dir = $this->getTargetDirectory();
|
||||||
$file = pathinfo($v)['basename'];
|
$file = pathinfo($v)['basename'];
|
||||||
$attachment = new Attachment;
|
$attachment = new Attachment;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user