|
|
@@ -12,7 +12,7 @@
|
|
|
{{title}}
|
|
|
</h1>
|
|
|
<div>
|
|
|
- <form action="" method="post" enctype="multipart/form-data">
|
|
|
+ <form action="/upload" method="POST" enctype="multipart/form-data">
|
|
|
<input type="file" name="file">
|
|
|
<br>
|
|
|
<br>
|
|
|
@@ -22,7 +22,7 @@
|
|
|
라이선스 : <input type="text" name="lice">
|
|
|
<br>
|
|
|
<br>
|
|
|
- <input class="btn btn-primary" type="submit" value="업로드">
|
|
|
+ <button class="btn btn-primary" type="submit">업로드</button>
|
|
|
</form>
|
|
|
</div>
|
|
|
<span>{{number}}MB 이하 파일만 업로드 가능하고 확장자는 jpg, png, gif, jpeg만 가능합니다.</span>
|