- <html>
- <head>
- </head>
- <body>
- <form method="post" enctype="multipart/form-data" action="{{url('test/orderTrackingImportTest')}}">
- @csrf
- @method('post')
- <input type="file" name="file">
- <button type="submit">提交</button>
- </form>
- <script>
- </script>
- </body>
- </html>
|