I would like to be able to post multiple files in one form. I would like to pass these files as an array of files. For example I would like to do this.
Well i got almost a same case. But that is for nested array of files.
using IEnumerable as an array([ ]) solved my problem. [] s
[HttpPost] public ActionResult AddPart(IEnumerable[] files)