Multiple Images Upload PHP MySQLi

前端 未结 0 1934
清歌不尽
清歌不尽 2021-02-19 09:37

i want to upload multiple images using this code :

function upload() {
    global $conn;
    $sizeGambar = 10 * 1024 * 1024;
    $idPerum = $_GET["id"];         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题