6 lines
208 B
Text
6 lines
208 B
Text
|
|
<form id="postfiles" class="dropzone" method="post" enctype="multipart/form-data">
|
||
|
|
<div class="fallback">
|
||
|
|
<input name="File[]" type="file" id="filesinput"/>
|
||
|
|
</div>
|
||
|
|
@Html.AntiForgeryToken()
|
||
|
|
</form>
|