Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Automatically chose type="file" when generating <input/> elements for IFormFile expressions #2337

Closed
dougbu opened this issue Apr 4, 2015 · 0 comments

Comments

@dougbu
Copy link
Member

dougbu commented Apr 4, 2015

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants