Taiga ui inputFiles #5263
Unanswered
anisha-bajra
asked this question in
Q&A
Replies: 1 comment
-
Not sure I understand the question. Could you provide a StackBlitz with some code to understand what are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I get the file and set it to FormData?
file = {} as TuiFileLike;
submit(){
const formData = new FormData();
formData.append('file', this.file as File, this.file.name)
}
this does not seem to work
Beta Was this translation helpful? Give feedback.
All reactions