LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.72k stars 596 forks source link

input type="file" is there a way to make button send post request #294

Closed arstan001 closed 3 years ago

arstan001 commented 3 years ago

I made the input type of 'file'. And I want onClick send the file to the server. but can't figure out how to do it. I found the way with using component but then the next message doesn't wait until I click the 'submit' button.

If anyone finds a way to solve it, pls share