- <html>
- <head>
- </head>
- <body>
- <form method="get" action="{{url('test/test1')}}">
- <input name="test">
- <button type="submit">提交</button>
- </form>
- <form action="{{url('test/File')}}" method="post" enctype="multipart/form-data" target="_blank">
- @csrf
- <input type="file" class="form-control-file" name="excelFile" required>
- <button type="submit">提交</button>
- </form>
- </body>
- </html>
|