diff --git a/www-api/public/svs/user/userve.php b/www-api/public/svs/user/userve.php index 12f2dd52..255c129d 100755 --- a/www-api/public/svs/user/userve.php +++ b/www-api/public/svs/user/userve.php @@ -137,7 +137,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $local_out=["test_msg"=>'Yes the upload endpoint was hit******** 777']; $call_backend = false; // will be decided after file is saved } - $call_backend = false; + // $call_backend = false; if (isset($_FILES) && is_array($_FILES) && count($_FILES)>0) { $in = array_merge($_POST,$_FILES); }