test.blade.php 281 B

123456789101112131415
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <form method="post" enctype="multipart/form-data" action="{{url('test/orderTrackingImportTest')}}">
  6. @csrf
  7. @method('post')
  8. <input type="file" name="file">
  9. <button type="submit">提交</button>
  10. </form>
  11. <script>
  12. </script>
  13. </body>
  14. </html>