VueJs Expert to fix axios post issue with file upload
Budget: $30 – $50 USD
We've one form which has many fields with 3 different file upload. When form get submitted somehow it posts empty data.
We used
let formData = new FormData();
and appended all other form fields Like algon with file upload.
Object.entries(rawData).forEach(([key, value]) => {
formData.append(key, value);
});
We used
let formData = new FormData();
and appended all other form fields Like algon with file upload.
Object.entries(rawData).forEach(([key, value]) => {
formData.append(key, value);
});