Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
var form = new FormData(); const file = new File([blob], "path/to/img.png", { type: 'image/png' }); form.append("image", file);