getting some interface to fs

This commit is contained in:
Paul Schneider 2019-08-25 01:47:46 +01:00
commit 77128e1a7e
11 changed files with 144 additions and 36 deletions

View file

@ -0,0 +1,6 @@
<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>