Created
December 12, 2021 00:41
-
-
Save eufelipemateus/a931bba908a5002e17618bde187d869e to your computer and use it in GitHub Desktop.
Exemplo envio de arquivo via form https://felipemateus.com/blog/2021/12/mysql-salvando-arquivos-com-nestjs--mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/files" method="post" enctype="multipart/form-data"> | |
<input type="file" id="file" name="fike"><br><br> | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment