|
@@ -11,20 +11,15 @@
|
|
|
<h1 class="title">
|
|
<h1 class="title">
|
|
|
{{title}}
|
|
{{title}}
|
|
|
</h1>
|
|
</h1>
|
|
|
-<div>
|
|
|
|
|
- <form action="/upload" method="POST" enctype="multipart/form-data">
|
|
|
|
|
- <input type="file" name="file" accept=".jpg, .jpeg, .png, .gif, .JPG, .JPEG, .PNG, .GIF">
|
|
|
|
|
- <br>
|
|
|
|
|
- <br>
|
|
|
|
|
- 파일명 : <input type="text" name="data">
|
|
|
|
|
- <br>
|
|
|
|
|
- <br>
|
|
|
|
|
- 라이선스 : <input type="text" name="lice">
|
|
|
|
|
- <br>
|
|
|
|
|
- <br>
|
|
|
|
|
- <button class="btn btn-primary" type="submit">업로드</button>
|
|
|
|
|
- <br>
|
|
|
|
|
- <br>
|
|
|
|
|
- <span>{{number}}MB 이하 파일만 업로드 가능하고 확장자는 jpg, png, gif, jpeg만 가능합니다.</span>
|
|
|
|
|
- </form>
|
|
|
|
|
-</div>
|
|
|
|
|
|
|
+<form id="usrform" action="/upload" method="POST">
|
|
|
|
|
+ <input class="form-control input-sm" type="file" name="file"> <button class="btn btn-primary" type="submit">업로드</button>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ 파일명 : <input class="form-control input-sm" type="text" name="data">
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ 라이선스 : <input class="form-control input-sm" type="text" name="lice">
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <span>{{number}}MB 이하 파일만 업로드 가능하고 확장자는 jpg, png, gif, jpeg만 가능합니다.</span>
|
|
|
|
|
+</form>
|