Move file upload not working in php -
i have facing problem on file uploading code multiple files additional input field mention name of customer $titles=$_request['doc_title']; $tmp_names=$_files['filename']['tmp_name']; $requestid=$_request['reqno']; //echo $_server['http_host']; //echo $_server['request_uri']; die; $url= 'http://' . $_server['http_host'] . $_server['request_uri']; $upload_dir=str_replace('/index.php','/',$url); $time = time(); $arradata=array(); $filearray=array(); foreach($_files['filename']['name'] $key=>$value){ $arradata[$key]['doc_title']=$titles[$key]; $arradata[$key]['file_name']=$time.$value; $arradata[$key]['tmp_name']=$tmp_names[$key]; $arradata[$key]['req_id']=$requestid; $pathandname = $upload_dir."temp/moredocument/&