mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-28 16:58:40 +00:00
fix file uploader
This commit is contained in:
parent
1f37d0bd92
commit
6c050abe45
|
|
@ -234,7 +234,7 @@ final class ApiController extends Controller
|
|||
Directory::delete(__DIR__ . '/../tmp/');
|
||||
|
||||
$upload = new UploadFile();
|
||||
$upload->setOutputDir(__DIR__ . '/../tmp/');
|
||||
$upload->outputDir = __DIR__ . '/../tmp/';
|
||||
|
||||
$upload->upload($request->getFiles());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user