feat: adding file management
This commit is contained in:
parent
23c13dd5f6
commit
4b80d7694b
1 changed files with 5 additions and 0 deletions
5
resources/views/upload.blade.php
Normal file
5
resources/views/upload.blade.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<form action="/file" method="post" enctype="multipart/form-data">
|
||||
@csrf
|
||||
<input type="file" name="file">
|
||||
<button type="submit">Upload</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue