为了账号安全,请及时绑定邮箱和手机立即绑定

一次上傳有辦法傳兩張圖片嗎?

一次上傳有辦法傳兩張圖片嗎?

PHP
qq_笑_17 2019-03-14 03:20:19
假設在一個表單中上傳圖片如何分成兩張? $target_dir = "../../images/user/cover/"; $target_file = $target_dir . basename($_FILES["myFile_cover"]["name"]); $imageFileType = pathinfo($target_file,PATHINFO_EXTENSION); $imagename = "chatgether_".$_SESSION['user'] . '.' . $imageFileType; $destination = $target_dir . $imagename; if(move_uploaded_file($_FILES["myFile_cover"]["tmp_name"], $destination)) { } 同一張照片但是複製成兩張照片A照片到A文件夾B照片到B文件夾如何上傳一次但卻有兩張照片?
查看完整描述

1 回答

?
翻阅古今

TA贡献1780条经验 获得超5个赞

move_uploaded_file之后
再用copy复制本地图片到另一个文件夹就可以了

查看完整回答
反对 回复 2019-03-18
  • 1 回答
  • 0 关注
  • 405 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信