Hi John,
Thanks for contacting us.
We have validated your query. By default we have taken id value as name attribute value. But also, We have HtmlAttribute support for our Uploader. So that you can set any html attribute to the Uploader control.
Note: In our examples of the server side code block we have proceeded with the name attribute. Incase of you are following as like same in documentation. Please do the changes accordingly as per name attribute.
Code example:
@{
Dictionary<string, object>
htmlAttribute = new Dictionary<string, object>() {
{"name", "myFiles" }
};
}
@Html.EJS().Uploader("UploadFiles").HtmlAttributes(htmlAttribute).Render() |
Kindly let us know if you need any further assistance on this.
Regards,
Narayanasamy P.