You've already forked lubo_comment_query
文件上传功能
This commit is contained in:
13
resources/views/file/upload.blade.php
Normal file
13
resources/views/file/upload.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>文件上传</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="" enctype="multipart/form-data" method="post">
|
||||
<input type="file" name="file">
|
||||
<input type="submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user