You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
增加前端上传签名
This commit is contained in:
@@ -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);
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user