Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was 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

Description

@dougbu

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions