Next you need to modify the typescript file ... upload(files) { if (files.length === 0) return; const formData = new FormData(); for (const ...
確定! 回上一頁