Created
January 13, 2020 14:43
-
-
Save paulodutra/a42715eb258e1eeb4d0e0bd15b7f6671 to your computer and use it in GitHub Desktop.
Criação da rota responsável por enviar o arquivo em formato base64 utilizando o framework laravel
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
Route::post('/send-file', 'UploadController@sendFile'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment