5 lines
No EOL
161 B
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> |