This commit is contained in:
Youngkyun Kim 2016-08-28 14:19:04 +00:00
parent b7e07572ae
commit b70873fbc8
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
</div> </div>
<div class="col-md-8 col-sm-8 col-xs-8"> <div class="col-md-8 col-sm-8 col-xs-8">
<p>Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.</p> <p>Drag multiple files to the box below for multi upload or click to select files.</p>
<form action="/file_upload" method="post" enctype="multipart/form-data" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; overflow:scroll;"> <form action="/file_upload" method="post" enctype="multipart/form-data" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; overflow:auto;">
</form> </form>
<br/> <br/>
</div> </div>