Skip to content

Instantly share code, notes, and snippets.

View VietDung7301's full-sized avatar

Hoàng Việt Dũng VietDung7301

  • HUST
  • Hà Nội, Việt Nam
View GitHub Profile
var FormData = require('form-data');
var fs = require('fs');
var form = new FormData();
form.append('name', 'Viet Dung');
form.append('use_current_cv', 'no');
form.append('file', img.fileUpload); // Lấy ảnh đã được upload
await sendRequest({
url: 'https://deploy-itss-production.up.railway.app/api/v1/job/1/upload_cv',