Multiple file upload in php

前端 未结 14 1664
轮回少年
轮回少年 2020-11-21 11:32

I want to upload multiple files and store them in a folder and get the path and store it in the database... Any good example you looked for doing multiple file upload...

14条回答
  •  自闭症患者
    2020-11-21 12:13

    We can easy to upload multiple files using php by using the below script.

    Download Full Source code and preview

    Image uploaded successfully!.

    '; } else {//if file was not moved. echo $j. ').please try again!.

    '; } } else {//if file size and file type was incorrect. echo $j. ').***Invalid file Size or Type***

    '; } } } ?>

提交回复
热议问题