jQuery原創多圖上傳可刪除,可以本地預覽帶前臺接口和后臺php接口。
用法簡單,功能及樣式可根據需求更改,可拓展性較強。
imgUpload({
inputId: 'file', //input框id
imgBox: 'imgBox', //圖片容器id
buttonId: 'btn', //提交按鈕id
upUrl: 'php/imgFile.php', //提交地址
data: 'file1', //參數名
num: "5"//上傳個數
})