Upload many file to Many Model properties in a single page
I have to fill out following model in a view:
IEnumerable<File> Photos
IEnumerable<File> Logos
IEnumerable<File> Videos
How can send multiple files with one POST to a controller action?
No comments:
Post a Comment