-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
How do i get the file's blob once i submit the form?
I have a form with a few fields, and used console log on the submitted form.
As you can see, at the "form.value.pdf" there are the files, however it has no "file" attribute like shown in the example
(const formData = new FormData();
formData.append('file', file.file, file.file.name);
And there are a few meta-data but no blob content for me. How do i get that?
Metadata
Metadata
Assignees
Labels
No labels