react-simple-chatbot
react-simple-chatbot copied to clipboard
Input type="file" , how to make submit button to send data
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