How to Send data with File from Angular to Java Api.
Hi All
Every time there is difficulty to send both file and date at same time. We are here to see how to send both in same api.
In Angular
Create a FormData and append your file in it.
const formData = new FormData();
formData.append('videoFile'...
samira.hashnode.dev2 min read
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Nice! Great job!