2017年3月16日

input type="file"多图片上传

摘要: 单个的input type="file"表单也是可以实现多图片上传的 代码如下: <form action="manypic.php" method="post" enctype="multipart/form-data"> <input type="file" name="manypic[]" m 阅读全文

posted @ 2017-03-16 17:00 编程是个无底洞 阅读(15808) 评论(0) 推荐(0)

导航