You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
@Html.Editor() and the <input/> tag helper choose appropriate type attribute values based in part on the given expression's type. these helpers do not currently handle IFormFile or IEnumerable<IFormFile> properties automatically. fixing this is pretty simple and would improve the end-to-end file upload scenario.
The text was updated successfully, but these errors were encountered:
@Html.Editor()
and the<input/>
tag helper choose appropriatetype
attribute values based in part on the given expression's type. these helpers do not currently handleIFormFile
orIEnumerable<IFormFile>
properties automatically. fixing this is pretty simple and would improve the end-to-end file upload scenario.The text was updated successfully, but these errors were encountered: