fix up html formatting

This commit is contained in:
oat 2020-10-12 01:24:33 +03:00
parent 73d5962c5c
commit 6b07ef943d
Signed by: oat
GPG key ID: DD83A9617A252385
3 changed files with 38 additions and 38 deletions

View file

@ -19,7 +19,7 @@
const file = document.getElementById('file');
if (file.files.length) {
console.log(file.files[0]);
const formData = new FormData();
formData.append('file', file.files[0]);
try {