Created
December 14, 2017 13:23
-
-
Save bjoerntx/3396c107813835e54ac6d7ec844835b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using TXTextControl.Web.MVC | |
@using TXTextControl.Web | |
<input type="file" id="file" name="file" enctype="multipart/form-data" /> | |
@Html.TXTextControl().TextControl(settings => | |
{ | |
}).Render() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment