sintonia_webapp/resources/views/upload.blade.php

5 lines
No EOL
161 B
PHP

<form action="/file" method="post" enctype="multipart/form-data">
@csrf
<input type="file" name="file">
<button type="submit">Upload</button>
</form>