In a post Yahoo, when attaching files, there is a button “Attach more files” when you press it, it becomes one field to insert the file.
Here is the code:
<a href = "javascript: addUploadFields ();" id = "attach_more"> Attach more files </ a>
How can i implement it MVC?
After tyring many unsuccessful solution I got it from
click this useful link
and then retrieved them in my Post Create Action