Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created January 13, 2020 14:43
Show Gist options
  • Save paulodutra/a42715eb258e1eeb4d0e0bd15b7f6671 to your computer and use it in GitHub Desktop.
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
Route::post('/send-file', 'UploadController@sendFile');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment