Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Tải nhiều tệp lên máy chủ với php không tải lên máy chủ tất cả các tệp

move_uploaded_file trả về true khi thành công, các elseif còn lại không bao giờ đạt được. Hãy thử điều gì đó như sau:

$error = false;

if(move_uploaded_file($_FILES['photo']['tmp_name'], $target))  
{   
echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded, and your information has been added to the directory";  
} else $error = true;

if(move_uploaded_file($_FILES['photo1']['tmp_name'], $target1))  
{   
echo "The 2 file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded, and your information has been added to the directory";  
} else $error = true; 

if(move_uploaded_file($_FILES['photo2']['tmp_name'], $target2))  
{   
echo "The 3 file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded, and your information has been added to the directory";  
} else $error = true;

if($error)
   echo "Sorry, there was a problem uploading your file.";



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cách đồng bộ cơ sở dữ liệu MySQL giữa hai cơ sở dữ liệu từ xa (không có kỹ thuật sao chép cơ sở dữ liệu MySQL)

  2. Có gì sai với thủ tục được lưu trữ này?

  3. Đếm hàng từ một truy vấn con

  4. Các thủ tục được lưu trữ bằng MySQL Workbench

  5. Neo4j - Bỏ Ràng buộc bằng Cypher