test file path
This commit is contained in:
@@ -469,6 +469,9 @@ class WrenchApi extends BaseController
|
||||
if ( $endpoint == 'uploads'){
|
||||
$local_out=["test_msg"=>'Yes the upload endpoint was hit********'];
|
||||
$call_backend = false; // will be decided after file is saved
|
||||
$fl_in=[];
|
||||
$ll = ( new \App\Models\UploadManager() )->reciveUpload($fl_in, $local_out);
|
||||
|
||||
}
|
||||
if (isset($_FILES) && is_array($_FILES) && count($_FILES)>0) {
|
||||
$raw_array = array_merge($_POST,$_FILES);
|
||||
|
||||
Reference in New Issue
Block a user