Answer the question
In order to leave comments, you need to log in
How to send a file along with other data?
There are 2 objects.
project {name, description}
file
{
name,
description,
file {}
}
let project = new FormData();
project.append(this.project);
project.append("file", this.file)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question