增加前端上传签名

This commit is contained in:
icret
2023-03-05 23:11:00 +08:00
parent 133bd5c03a
commit a7ab58f4b9
4 changed files with 5 additions and 4 deletions

View File

@@ -287,7 +287,7 @@ $('#btnLinks, #btnBbscode, #btnMarkDown, #btnHtml, #btnThumb, #btnDel').on('clic
placement: 'top'
});
};
xhr.open('POST', './application/upload.php', true);
xhr.open('POST', './application/upload.php?sign=' + new Date().format("YYYYMMddhh"), true);
xhr.send(formData);
});
})();